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 4281018 commit 97bb7a7Copy full SHA for 97bb7a7
1 file changed
code/tools/build/run_postbuild.ps1
@@ -138,7 +138,7 @@ if (!$IsServer) {
138
Push-Location $WorkDir\ext\system-resources
139
140
Push-Location $WorkDir
141
- $SRCommit = (git rev-list -1 HEAD ext/txAdmin ext/system-resources/)
+ $SRCommit = (git rev-list -1 HEAD ext/system-resources/)
142
Pop-Location
143
144
if (!(Test-Path .commit) -or $SRCommit -ne (Get-Content .commit)) {
0 commit comments