Browse Source
Extraction of Version from project file.
release/3.x.x
Damian Wolgast
3 years ago
No known key found for this signature in database
GPG Key ID: 97F36CC6D201E31B
1 changed files with
0 additions and
7 deletions
-
.github/workflows/deb-packaging.yml
|
|
@@ -16,13 +16,6 @@ jobs: |
|
|
|
|
|
|
|
- name: Parse version |
|
|
|
run: echo VERSION=$(grep '<Version>' Source/MQTTnet.Server/MQTTnet.Server.csproj | grep [0-9\.]* -o) >> $GITHUB_ENV |
|
|
|
|
|
|
|
- name: Validate version |
|
|
|
run: | |
|
|
|
echo environment |
|
|
|
echo ${{ env.VERSION }} |
|
|
|
echo $VERSION |
|
|
|
grep '<Version>' Source/MQTTnet.Server/MQTTnet.Server.csproj | grep [0-9\.]* -o |
|
|
|
|
|
|
|
- name: Build MQTTnetServer |
|
|
|
run: dotnet publish Source/MQTTnet.Server/MQTTnet.Server.csproj --configuration Release --self-contained --runtime linux-x64 --framework net5.0 |
|
|
|