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 476ce95 commit 2140380Copy full SHA for 2140380
scripts/build-repo.ps1
@@ -10,7 +10,7 @@
10
PS> ./build-repo.ps1 C:\Repos\ninja
11
⏳ Building 📂ninja by using CMake...
12
...
13
- ✅ Build of 📂ninja succeeded in 47s, results in: 📂C:\Repos\ninja\_results
+ ✅ Build of 📂ninja succeeded in 47s, results at: 📂C:\Repos\ninja\_results
14
.LINK
15
https://github.com/fleschutz/PowerShell
16
.NOTES
@@ -155,7 +155,7 @@ try {
155
if ($global:results -eq "") {
156
"✅ Build of 📂$repoDirName succeeded in $($elapsed)s."
157
} else {
158
- "✅ Build of 📂$repoDirName succeeded in $($elapsed)s, results in: 📂$($global:results)"
+ "✅ Build of 📂$repoDirName succeeded in $($elapsed)s, results at: 📂$($global:results)"
159
}
160
exit 0 # success
161
} catch {
0 commit comments