Commit 548b290 1 parent 260424c commit 548b290 Copy full SHA for 548b290
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
- name : Setup .NET
35
35
uses : actions/setup-dotnet@v4
36
36
37
- - run : dotnet build ./Packages.sln --configuration Release
37
+ - run : dotnet build ./Packages.sln --configuration Release /p:ContinuousIntegrationBuild=true
38
38
39
39
# Create the NuGet package in the folder from the environment variable NuGetDirectory
40
- - run : dotnet pack ./Packages.sln --configuration Release --output ${{ env.NuGetDirectory }}
40
+ - run : dotnet pack ./Packages.sln --configuration Release --output ${{ env.NuGetDirectory }} /p:ContinuousIntegrationBuild=true
41
41
42
42
# Publish the NuGet package as an artifact, so they can be used in the following jobs
43
43
- uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments