We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df77165 commit 98aa7e4Copy full SHA for 98aa7e4
1 file changed
.github/workflows/nuget.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
dotnet-version: 9.x.x
33
# Create the NuGet package in the folder from the environment variable NuGetDirectory
34
- - run: dotnet pack --configuration NuGet --output ${{ env.NuGetDirectory }} /p:ContinuousIntegrationBuild=true
+ - run: dotnet pack TACTSharp/TACTSharp.csproj --configuration Release --output ${{ env.NuGetDirectory }} /p:ContinuousIntegrationBuild=true
35
36
# Publish the NuGet package as an artifact, so they can be used in the following jobs
37
- uses: actions/upload-artifact@v4.4.0
0 commit comments