From 37b60251caebaef7fba768c5a6680dc2fa648701 Mon Sep 17 00:00:00 2001 From: Sheil Kumar Date: Sat, 2 May 2020 12:23:33 -0700 Subject: [PATCH] test packaging (#3756) Co-authored-by: Sheil Kumar Co-authored-by: Changming Sun --- tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml b/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml index 700b209d24..db79d29fef 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml @@ -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: