Skip to content

Commit 613a9b3

Browse files
akoeplingerdkurepa
andauthored
Don't publish macos and linux (#35849)
(cherry picked from commit 710f9ec) Co-authored-by: Djuradj Kurepa <[email protected]>
1 parent 63e55f1 commit 613a9b3

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
- task: AzureCLI@2
192192
displayName: Run Cosmos tests

0 commit comments

Comments
 (0)