Use basic parsing in ci and display repos (for testing)

This commit is contained in:
J. Fronny 2020-08-31 18:00:24 +00:00
parent d4f396432c
commit cd52d9ca80
1 changed files with 5 additions and 9 deletions

View File

@ -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