Skip to content

Commit 710f9ec

Browse files
authored
Don't publish macos and linux (#35825)
1 parent 778d021 commit 710f9ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ extends:
150150
steps:
151151
- template: /eng/common/templates-official/steps/enable-internal-sources.yml
152152
- template: /eng/common/templates-official/steps/enable-internal-runtimes.yml
153-
- script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine $(_InternalRuntimeDownloadArgs)
153+
- script: eng/common/build.sh --restore --build --test --pack --ci --configuration $(_BuildConfig) --prepareMachine $(_InternalRuntimeDownloadArgs)
154154
env:
155155
Test__Cosmos__DefaultConnection: $(_CosmosConnectionUrl)
156156
# Work-around for https://github.com/dotnet/runtime/issues/70758
@@ -186,7 +186,7 @@ extends:
186186
condition: and(eq(variables['_CosmosConnectionUrl'], 'true'), or(endsWith(variables['_runCounter'], '1'), endsWith(variables['_runCounter'], '3'), endsWith(variables['_runCounter'], '5'), endsWith(variables['_runCounter'], '7'), endsWith(variables['_runCounter'], '9')))
187187
- template: /eng/common/templates-official/steps/enable-internal-sources.yml
188188
- template: /eng/common/templates-official/steps/enable-internal-runtimes.yml
189-
- script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine $(_InternalRuntimeDownloadArgs)
189+
- script: eng/common/build.sh --restore --build --test --pack --ci --configuration $(_BuildConfig) --prepareMachine $(_InternalRuntimeDownloadArgs)
190190
displayName: Build
191191
name: Build
192192
templateContext:

0 commit comments

Comments
 (0)