Skip to content

Commit 0798b82

Browse files
committed
Switched to ContinuousIntegrationBuild
1 parent 66d8d1e commit 0798b82

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,12 @@ jobs:
155155
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }}
156156
restore-keys: |
157157
${{ runner.os }}-nuget-
158-
159-
- name: Restore dependencies
160-
run: dotnet restore
161-
162-
- name: Build
163-
run: dotnet build --no-restore --configuration Release -warnaserror
164-
158+
165159
- name: Pack libraries
166160
run: |
167-
dotnet pack --no-build --configuration Release \
161+
dotnet pack --configuration Release \
168162
--output outputs/packages \
169-
--include-symbols \
170-
-p:SymbolPackageFormat=snupkg \
163+
-p:ContinuousIntegrationBuild=true \
171164
-p:Version=${{ steps.gitversion.outputs.semver }}
172165
173166
- name: Upload packages as artifacts

0 commit comments

Comments
 (0)