We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d7ca5 commit 0a4306dCopy full SHA for 0a4306d
.github/workflows/publish.yml
@@ -253,8 +253,6 @@ jobs:
253
- name: Remove any existing artifacts
254
run: rm -rf ${{ env.NUGET_OUTPUT }}
255
256
-
257
258
- name: Build
259
run: dotnet build -p:IsPackaging=true --configuration Release -p:DisableProxyGenerator=true -p:DisableDockerBuild=true -p:Version=${{ needs.release.outputs.version }} -p:SourceRevisionId=${{ github.sha }}
260
0 commit comments