Update azure-pipelines_rolling.yml

This commit is contained in:
Sam Xu 2020-05-20 15:26:15 -07:00 committed by GitHub
parent 1270385b8d
commit 0b2f951f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,11 +68,10 @@ steps:
inputs:
targetType: 'inline'
script: |
& "$(snExe)" /Vr $(ProductBinPath)\$(mainDll)
& "$(snExe64)" /Vr $(ProductBinPath)\$(mainDll)
& "$(snExe)" /Vr $(testBinPath)\$(testDll)
& "$(snExe64)" /Vr $(testBinPath)\$(testDll)
enabled: false
& "$(snExe)" /Vr $(ProductBinPath)\net472\$(mainDll)
& "$(snExe64)" /Vr $(ProductBinPath)\net472\$(mainDll)
& "$(snExe)" /Vr $(ProductBinPath)\test\net472\$(testDll)
& "$(snExe64)" /Vr $(ProductBinPath)\test\net472\$(testDll)
# Run the Unit test
- task: DotNetCoreCLI@2
@ -128,4 +127,4 @@ steps:
inputs:
BinSkim: true
CredScan: true
PoliCheck: true
PoliCheck: true