Commit 84ca87cb authored by JoyJ's avatar JoyJ

version

parent 26b35d9e
...@@ -9,12 +9,18 @@ build_dex: ...@@ -9,12 +9,18 @@ build_dex:
stage: build stage: build
dependencies: [] dependencies: []
tags: tags:
- linux - vs
#only: only:
# - master - master
image: mono
script: 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: artifacts:
paths: paths:
- dist/ - dist/
......
[DataEditorX]3.0.0.8[DataEditorX] [DataEditorX]3.0.1.0[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.0.8.zip[URL] [URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.1.0.zip[URL]
★运行环境(Environment) ★运行环境(Environment)
本程序基于.Net framework 4.6开发 本程序基于.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