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