Commit e8413777 authored by nanahira's avatar nanahira

test windows build

parent 8d05291a
Pipeline #498 failed with stage
in 10 minutes and 19 seconds
...@@ -14,10 +14,10 @@ build_dex: ...@@ -14,10 +14,10 @@ build_dex:
- curl -L -o DataEditorX/data/constant.lua https://koishi.pro/ygopro/script/constant.lua - curl -L -o DataEditorX/data/constant.lua https://koishi.pro/ygopro/script/constant.lua
- curl -L -o DataEditorX/data/strings.conf https://koishi.pro/ygopro/strings.conf - curl -L -o DataEditorX/data/strings.conf https://koishi.pro/ygopro/strings.conf
- rm -rf win32 - rm -rf win32
- nuget restore - nuget.exe restore
- msbuild /p:Configuration=Release /p:Platform="Any CPU" /m DataEditorX.sln - msbuild.exe /p:Configuration=Release /p:Platform="Any CPU" /m DataEditorX.sln
- ren win32 output - ren win32 output
- mkdir -p dist/releases - mv -p dist/releases
- cd output - cd output
- 7z a -mx9 ../dist/releases/DataEditorX-test-vc.zip ./* - 7z a -mx9 ../dist/releases/DataEditorX-test-vc.zip ./*
- cd .. - cd ..
......
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