We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9256bf commit 72e8189Copy full SHA for 72e8189
.github/workflows/nuget-publish.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
dotnet pack tools/ancp/f/f.fsproj --configuration Release --no-build --output ./nupkg \
67
-p:GeneratePackageOnBuild=false -p:PackageVersion=${{ steps.version.outputs.pkg_version }} -p:ContinuousIntegrationBuild=true
68
- dotnet pack tools/ancp/fc/fc.fsproj --configuration Release --no-build --output ./nupkg \
+ dotnet pack tools/ancp/fcc/fcc.fsproj --configuration Release --no-build --output ./nupkg \
69
70
71
- name: Publish packages to NuGet.org
0 commit comments