Skip to content

Commit

Permalink
Disable OS verification (Azure#18518)
Browse files Browse the repository at this point in the history
* Disable OS verification
  • Loading branch information
mitchdenny authored and jongio committed Feb 9, 2021
1 parent 7855adb commit 6f37de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
pool:
vmImage: "$(OSVmImage)"
steps:
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
# - template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
- script: "echo $(system.pullrequest.pullrequestnumber), http://github.com/$(build.repository.id), http://github.com/$(build.repository.ID)"
- template: /eng/pipelines/templates/steps/install-dotnet.yml
- script: "dotnet msbuild mgmt.proj /v:n /t:RunTests /p:Scope=${{parameters.Scope}} /p:ForPublishing=$(ShouldPublish) /clp:ShowtimeStamp $(RPScopeArgs)"
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
vmImage: $(OSVmImage)

steps:
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
# - template: /eng/common/pipelines/templates/steps/verify-agent-os.yml

- ${{ if eq(parameters.Daily, true) }}:
- task: PowerShell@2
Expand Down

0 comments on commit 6f37de3

Please sign in to comment.