We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d6f253 + 2929a6a commit e8ab11bCopy full SHA for e8ab11b
.github/workflows/publish-on-release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Find and Replace Version templates
30
run: |
31
sed -i.bak 's/${VERSION}/${{ steps.normalize_version.outputs.VERSION }}/g' src/Nitric.Sdk/Nitric.Sdk.csproj
32
- rm Nitric.Sdk/Nitric.Sdk.csproj.bak
+ rm src/Nitric.Sdk/Nitric.Sdk.csproj.bak
33
- name: Exclude Test Project
34
run: dotnet sln remove Nitric.Test
35
- name: Restore Dependencies
0 commit comments