From 23e163c58541dcf15f64f3ffb022d95a3b6dece3 Mon Sep 17 00:00:00 2001 From: Sergio Velderrain Date: Wed, 5 Mar 2025 16:12:21 -0800 Subject: [PATCH] d --- .github/workflows/unit-test-and-build-vi-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test-and-build-vi-package.yml b/.github/workflows/unit-test-and-build-vi-package.yml index 6b6a5e5..42aa5f1 100644 --- a/.github/workflows/unit-test-and-build-vi-package.yml +++ b/.github/workflows/unit-test-and-build-vi-package.yml @@ -19,7 +19,7 @@ jobs: env: build_id: ${{ github.run_number }} RelativePath: ${{ vars.AgentWorkingFolder }} - RelativePathScripts: ${{ vars.path_to_powershell_scripts }} + RelativePathScripts: ${{ vars.AgentWorkingFolder }}\pipeline\scripts steps: - name: Checkout code