We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b049f0a + 4b70248 commit 552eeb6Copy full SHA for 552eeb6
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Adjust msbuild task name
54
run: |
55
cd src
56
- gci -r -File -Include *.cs,*.targets,*.props,*.csproj | foreach-object { $a = $_.fullname; ( get-content $a ) | foreach-object { $_ -replace "v0","${{ steps.gitversion.outputs.VersionSourceSha }}" } | set-content $a }
+ gci -r -File -Include *.cs,*.targets,*.props,*.csproj | foreach-object { $a = $_.fullname; ( get-content $a ) | foreach-object { $_ -replace "v0","${{steps.gitversion.outputs.sha}}" } | set-content $a }
57
58
- run: |
59
& dotnet tool update --global uno.check --version ${{ env.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
0 commit comments