We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6275540 commit 62ed1c1Copy full SHA for 62ed1c1
.github/workflows/dotnet-publish.yml
@@ -13,6 +13,7 @@ jobs:
13
Project_Path: 'DKNet.FW.sln'
14
Enable_Release: false
15
Enable_Nuget_Release: ${{ github.ref == 'refs/heads/main'}}
16
+ Dotnet_Version: 9.x
17
secrets:
18
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
19
NUGET_PACKAGE_TOKEN: ${{ secrets.NUGET_PACKAGE_TOKEN }}
0 commit comments