Commit 1215ed70 authored by nanahira's avatar nanahira

nuget

parent 69da9fd3
Pipeline #9063 failed
stages:
- prepare
- build
- pack
- deploy
......@@ -6,13 +7,25 @@ stages:
variables:
GIT_DEPTH: "1"
get_nuget:
stage: prepare
tags:
- linux
script:
- mkdir tools
- cd tools
- wget -O nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- cd ..
artifacts:
- tools
build_dex:
stage: build
dependencies: []
tags:
- vs
script:
#- cmd /c nuget restore
- '.\tools\nuget.exe restore'
- cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" DataEditorX.sln /p:Configuration=Release /p:Platform="Any CPU" /p:OutDir=$PWD/output/ /p:TargetFrameworkVersion=v4.6'
artifacts:
paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment