Skip to content

Commit

Permalink
Merge branch 'canary' into image-loaders/aliyun-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut authored Nov 9, 2020
2 parents 3332cc2 + c571f31 commit 139f0cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stages:
- script: echo $(Agent.BuildDirectory)
- script: dir
- script: dir $(System.DefaultWorkingDirectory)
- script: echo $(System.pullRequest.sourceCommitId)
- script: echo $(Build.SourceVersion)
- powershell: Set-MpPreference -ExclusionPath $(System.DefaultWorkingDirectory)
- powershell: Set-MpPreference -ExclusionPath $(Pipeline.Workspace)/.yarn
- powershell: Set-MpPreference -DisableIntrusionPreventionSystem $true -DisableIOAVProtection $true -DisableRealtimeMonitoring $true -DisableScriptScanning $true -EnableControlledFolderAccess Disabled -EnableNetworkProtection AuditMode -Force -MAPSReporting Disabled -SubmitSamplesConsent NeverSend
Expand All @@ -26,7 +26,7 @@ stages:
inputs:
# use deterministic cache key that is specific
# to this test run
key: $(System.pullRequest.sourceCommitId)
key: $(Build.SourceVersion)
path: $(System.DefaultWorkingDirectory)
displayName: Cache Build
- script: |
Expand Down Expand Up @@ -54,7 +54,7 @@ stages:
inputs:
# use deterministic cache key that is specific
# to this test run
key: $(System.pullRequest.sourceCommitId)
key: $(Build.SourceVersion)
path: $(System.DefaultWorkingDirectory)
displayName: Cache Build
- script: |
Expand Down Expand Up @@ -89,7 +89,7 @@ stages:
inputs:
# use deterministic cache key that is specific
# to this test run
key: $(System.pullRequest.sourceCommitId)
key: $(Build.SourceVersion)
path: $(System.DefaultWorkingDirectory)
displayName: Cache Build
- script: |
Expand Down

0 comments on commit 139f0cb

Please sign in to comment.