Update build.yml

This commit is contained in:
Jared Goodwin 2021-05-08 11:08:29 -07:00
parent 953b320f27
commit 49604ed2ef

View File

@ -66,6 +66,8 @@ jobs:
- name: Publish macOS x64 Agent
shell: pwsh
env:
CurrentVersion: ${{ env.CurrentVersion }}
run: |
Write-Host "Publishing agent with version $env:CurrentVersion"
dotnet publish /p:Version=$env:CurrentVersion /p:FileVersion=$env:CurrentVersion --runtime osx-x64 --configuration Release --output "./Agent/bin/publish/" "./Agent/"