Skip to content

Commit ba3bb6c

Browse files
committed
updated build script
1 parent 8d73b45 commit ba3bb6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/build-debug.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ dotnet pack ..\src\sdk\PnP.Core\PnP.Core.csproj --no-build /p:PackageVersion=$ve
1414

1515
Write-Host "Writing $version to git"
1616
Set-Content -Path .\version.debug.increment -Value $versionIncrement
17+
18+
#Push to the repo
19+
git add .\version.debug.increment
20+
git commit -m "Build increment - debug version $versionIncrement"
21+
git push

0 commit comments

Comments
 (0)