Skip to content

Commit 6cf327f

Browse files
authored
Update createbinariesfordocs.ps1
1 parent de49cef commit 6cf327f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/createbinariesfordocs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ try {
7373
### Run MSBuild Generation
7474
RunUnityTask -taskName "MSBuildGeneration" -methodToExecute "Microsoft.MixedReality.Toolkit.MSBuild.MSBuildTools.GenerateSDKProjects"
7575

76-
### Build all the needed flavors for MRTK
76+
### Build the needed flavor for MRTK
7777
Write-Output "============ Building InEditor WSA ============ "
7878
dotnet msbuild ..\NuGet\BuildSource.proj -target:BuildWSAEditor > "Logs\Build.InEditor.WSA.$($Version).log"
7979
if ($lastexitcode -ge 1) {

0 commit comments

Comments
 (0)