Skip to content

Commit

Permalink
Update nuget-publish-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjuyayak committed Feb 23, 2022
1 parent e630e21 commit e2c526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore /p:Version=${VERSION}
- name: Build
run: dotnet build --configuration Release /p:Version=${VERSION} --no-restore
- name: Test
Expand Down

0 comments on commit e2c526d

Please sign in to comment.