From cd52d9ca80acb96b568c1ae5fb4664411ffd0a2c Mon Sep 17 00:00:00 2001 From: "J. Fronny" <6260391-JFronny@users.noreply.gitlab.com> Date: Mon, 31 Aug 2020 18:00:24 +0000 Subject: [PATCH] Use basic parsing in ci and display repos (for testing) --- .gitlab-ci.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b72922..606334a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,9 @@ .shared_windows_runners: tags: - - shared-windows - windows - - windows-1809 image: mcr.microsoft.com/dotnet/core/sdk -before_script: - - dotnet restore - uptool: extends: - .shared_windows_runners @@ -22,10 +17,11 @@ uptool: cd .. rm -R i $Env:Path="$Env:Path;$Env:APPDATA\UpTool2\Install" - uptool remove-repo "UpTool2 official Repo" - uptool add-repo DevTools https://gitlab.com/JFronny/UpTool2/-/snippets/2010392/raw - uptool update - uptool install "UpTool2 package tools" + uptool --basic remove-repo "UpTool2 official Repo" + uptool --basic add-repo DevTools https://gitlab.com/JFronny/UpTool2/-/snippets/2010392/raw + uptool --basic list-repo + uptool --basic update + uptool --basic install "UpTool2 package tools" $Env:Path="$Env:Path;$Env:APPDATA\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app" mkdir .\build