Commit 05786792 authored by nanahira's avatar nanahira

fix

parent e6acc13e
Pipeline #9072 passed with stages
in 1 minute and 41 seconds
...@@ -40,7 +40,7 @@ build_dex: ...@@ -40,7 +40,7 @@ build_dex:
- vs - vs
script: script:
- '.\tools\nuget.exe 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=output/ /p:TargetFrameworkVersion=v4.6' - 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=..\output /p:TargetFrameworkVersion=v4.6'
artifacts: artifacts:
paths: paths:
- output - output
......
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