Skip to content

Commit dfd8c09

Browse files
authored
Update main.yml
1 parent f83adde commit dfd8c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- name: Get the version
1515
id: get_version
1616
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
17-
- run: dotnet build -c Release /nowarn:CS1591
17+
- run: dotnet build -c Release -p:version=${{ steps.get_version.outputs.VERSION }} /nowarn:CS1591
1818
- run: dotnet test -c Release /nowarn:CS1591

0 commit comments

Comments
 (0)