Skip to content

Commit c99c93d

Browse files
committed
fixing up build and pack commands
1 parent 3069943 commit c99c93d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/push-main.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)