Skip to content

Commit 4e91904

Browse files
author
Adrian Hall
committed
(#195) Temp change to record build version as write-host
1 parent a7c74e8 commit 4e91904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- name: Generate csproj
5353
working-directory: templates/Template.DatasyncServer
5454
run: |
55+
Write-Host "BUILD_VERSION (env)=$($env:BUILD_VERSION)"
56+
Write-Host "BUILD_VERSION (var)=$BUILD_VERSION"
5557
(Get-Content -path "Template.DatasyncServer.csproj.template") -replace "{NUGET_VERSION}", $BUILD_VERSION | Set-Content -Path "./Template.DatasyncServer.csproj"
5658
shell: pwsh
5759

0 commit comments

Comments
 (0)