Commit 84ca87cb authored by JoyJ's avatar JoyJ

version

parent 26b35d9e
stages:
- build
- deploy
variables:
GIT_DEPTH: "1"
......@@ -9,12 +9,18 @@ build_dex:
stage: build
dependencies: []
tags:
- linux
#only:
# - master
image: mono
- vs
only:
- master
script:
- ./ci/build.sh
- cmd /c nuget 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
- mkdir -p dist/releases
- cd output
- 7z a -mx9 ../dist/releases/DataEditorX-3.0.1.0.zip ./*
- cd ..
- copy DataEditorX/readme.txt dist/version.txt
artifacts:
paths:
- dist/
......
[DataEditorX]3.0.0.8[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.0.8.zip[URL]
[DataEditorX]3.0.1.0[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.1.0.zip[URL]
★运行环境(Environment)
本程序基于.Net framework 4.6开发
......
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