Skip to content

Commit

Permalink
Update release-preview-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidFarahmandian authored Nov 30, 2021
1 parent 6ab7003 commit 234dc8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-preview-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
uses: actions/checkout@v2
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build --configuration Release /p:Version=${VERSION}
- name: Test
Expand Down

0 comments on commit 234dc8c

Please sign in to comment.