From 7a87f7d45311ae86c8f42c77ab12c092fe9c9309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 24 Apr 2020 07:50:54 +0000 Subject: [PATCH] fixed version file path --- containers/build_run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/build_run.ps1 b/containers/build_run.ps1 index 136aec6..849c908 100644 --- a/containers/build_run.ps1 +++ b/containers/build_run.ps1 @@ -21,7 +21,7 @@ param( # set script to stop on first error $ErrorActionPreference = "Stop" -$agent_windows_version=Get-Content "../agent-windows-vs2019/VERSION" +$agent_windows_version=Get-Content "agent-windows-vs2019/VERSION" # some docs recommend setting 2GB memory limit docker build `