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 a7c74e8 commit 4e91904Copy full SHA for 4e91904
.github/workflows/build-template.yml
@@ -52,6 +52,8 @@ jobs:
52
- name: Generate csproj
53
working-directory: templates/Template.DatasyncServer
54
run: |
55
+ Write-Host "BUILD_VERSION (env)=$($env:BUILD_VERSION)"
56
+ Write-Host "BUILD_VERSION (var)=$BUILD_VERSION"
57
(Get-Content -path "Template.DatasyncServer.csproj.template") -replace "{NUGET_VERSION}", $BUILD_VERSION | Set-Content -Path "./Template.DatasyncServer.csproj"
58
shell: pwsh
59
0 commit comments