diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91a0e0f..d171fd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ build_UWP: script: - whoami - '& "$env:NUGET_PATH" restore' # restore Nuget dependencies - - '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin.UWP' # build the project + - '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:UWP' # build the project artifacts: expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on paths: