Skip to content

Commit 94233ce

Browse files
authored
Still getting build script sorted out for Actions
1 parent 639020c commit 94233ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $suffix = @{ $true = ""; $false = "$($branch.Substring(0, [math]::Min(10,$branch
2525

2626
Write-Output "build: Package version suffix is $suffix"
2727

28-
& dotnet build -c Release --version-suffix=$buildSuffix /p:ContinuousIntegrationBuild=true
28+
& dotnet build -c Release --version-suffix=$suffix /p:ContinuousIntegrationBuild=true
2929
if($LASTEXITCODE -ne 0) { throw "Build failed" }
3030

3131
foreach ($src in Get-ChildItem src/*) {

0 commit comments

Comments
 (0)