We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f16e7f commit 7917f2cCopy full SHA for 7917f2c
build.sh
@@ -12,6 +12,9 @@ version="$1"
12
13
echo "Building version $version"
14
15
+# 2. Write the version to version.txt. This is read by the UI to know the current version.
16
+echo "$version" > AvaGui/version.txt
17
+
18
## 2. Build the project for different platforms
19
echo "Building"
20
dotnet publish AvaGui/AvaGui.csproj -c Release -p:PublishSingleFile=true -p:Version=$version --self-contained --runtime win-x64
0 commit comments