Skip to content

Commit

Permalink
Merge branch 'main' into upgrade/wasdk/net8-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe authored Feb 17, 2024
2 parents 2f09929 + c0b00f6 commit 56ae5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/PackEachExperiment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Param (
[string]$postfix
)

foreach ($experimentProjPath in Get-ChildItem -Recurse -Path '../../components/*/src/*.csproj') {
foreach ($experimentProjPath in Get-ChildItem -Recurse -Path "$PSScriptRoot/../../components/*/src/*.csproj") {
& msbuild.exe -t:pack /p:Configuration=Release /p:DebugType=Portable /p:DateForVersion=$date /p:PreviewVersion=$postfix $experimentProjPath
}

0 comments on commit 56ae5bd

Please sign in to comment.