File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828
2929 - run : dotnet clean Icod.Path.sln -c Release
3030 - run : dotnet restore Icod.Path.sln
31- - run : dotnet build Icod.Path.sln -c Release --no-restore
31+ - run : dotnet build Icod.Path.sln -c Release --no-restore -p:ContinuousIntegrationBuild=true
3232 - run : dotnet test Icod.Path.sln -c Release --no-build --logger trx
3333
3434 # Pack the specific project only on one OS to create the artifact
3535 - name : Pack NuGet Package
3636 if : matrix.os == 'windows-latest'
37- run : dotnet pack Icod.Path.csproj -c Release --no-build -o ./artifacts --include-source --include-symbols -p:ContinuousIntegrationBuild=true
37+ run : dotnet pack Icod.Path.csproj -c Release --no-build -o ./artifacts
3838
3939 # Save the package so the deploy job can access it
4040 - name : Upload Artifact
You can’t perform that action at this time.
0 commit comments