Skip to content

Commit

Permalink
fix CI build on arm (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone authored Dec 15, 2018
1 parent 4616a30 commit 4b3b5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/CopyFilesToStagingDir.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PublishFile $FullBuildOutput\Microsoft.UI.Xaml\sdk\Microsoft.UI.Xaml.winmd $Full
PublishFile $FullBuildOutput\Microsoft.UI.Xaml\Generic.xaml $FullPublishDir\Microsoft.UI.Xaml\
PublishFile -IfExists $FullBuildOutput\Microsoft.UI.Xaml.Design\Microsoft.UI.Xaml.Design.dll $FullPublishDir\Microsoft.UI.Xaml.Design\

PublishFile $BuildOutputDir\$Configuration\AnyCPU\MUXControls.Test.TAEF\MUXControls.Test.dll $FullPublishDir\Test\
PublishFile -IfExists $BuildOutputDir\$Configuration\AnyCPU\MUXControls.Test.TAEF\MUXControls.Test.dll $FullPublishDir\Test\

# Publish pdbs:
$symbolsOutputDir = "$($FullPublishDir)\Symbols\"
Expand Down

0 comments on commit 4b3b5ac

Please sign in to comment.