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 3f62c21 commit 2cecf23Copy full SHA for 2cecf23
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
dotnet-version: 9.0.x
35
36
# Create the NuGet package in the folder from the environment variable NuGetDirectory
37
- - run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} /p:Version=${{ env.VERSION }} /p:PackageVersion=${{ env.VERSION }}
+ - run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} /p:Version=${{ env.VERSION }} /p:PackageVersion=${{ env.VERSION }} /p:EnableWindowsTargeting=true
38
39
# Publish the NuGet package as an artifact, so they can be used in the following jobs
40
- name: uploadArtifacts
0 commit comments