test packaging (#3756)

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
Co-authored-by: Changming Sun <chasun@microsoft.com>
This commit is contained in:
Sheil Kumar 2020-05-02 12:23:33 -07:00 committed by GitHub
parent ee8900e21a
commit 37b60251ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,7 @@ jobs:
condition: succeededOrFailed()
# Nuget packaging if needed
- ${{ if and(eq(parameters['DoNugetPack'], 'true'), eq('$(BuildConfig)', 'RelWithDebInfo')) }}:
- ${{ if eq(parameters['DoNugetPack'], 'true') }}:
- task: BatchScript@1
displayName: 'Setup VS2019 env vars'
inputs: