We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d73b45 commit ba3bb6cCopy full SHA for ba3bb6c
build/build-debug.ps1
@@ -14,3 +14,8 @@ dotnet pack ..\src\sdk\PnP.Core\PnP.Core.csproj --no-build /p:PackageVersion=$ve
14
15
Write-Host "Writing $version to git"
16
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