We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83adde commit dfd8c09Copy full SHA for dfd8c09
1 file changed
.github/workflows/main.yml
@@ -14,5 +14,5 @@ jobs:
14
- name: Get the version
15
id: get_version
16
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
17
- - run: dotnet build -c Release /nowarn:CS1591
+ - run: dotnet build -c Release -p:version=${{ steps.get_version.outputs.VERSION }} /nowarn:CS1591
18
- run: dotnet test -c Release /nowarn:CS1591
0 commit comments