We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9335ea commit f77115cCopy full SHA for f77115c
.github/workflows/NuGet.yaml
@@ -14,7 +14,7 @@ jobs:
14
- uses: NuGet/setup-nuget@v2
15
- uses: microsoft/setup-msbuild@v2
16
- name: Pack
17
- run: dotnet pack /Restore /bl /p:Configuration=Release /p:Repository={{ github.repository_owner }} /p:Version=${{ github.ref_name }}
+ run: dotnet pack /Restore /bl /p:Configuration=Release /p:Repository=${{ github.repository_owner }} /p:Version=${{ github.ref_name }}
18
- uses: actions/upload-artifact@v4
19
with:
20
name: msbuild.binlog
0 commit comments