Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GoogleTestNuGet/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function Build-NuGet {
Invoke-Executable msbuild $TargetsTTArgs

# Copy all the locale ID folders with the localized versions of googletest.propertiesui.xml
Copy-Item -Path "4" -Destination "$Dir\build\native\4" -Recurse
Copy-Item -Path "1028" -Destination "$Dir\build\native\1028" -Recurse
Copy-Item -Path "1029" -Destination "$Dir\build\native\1029" -Recurse
Copy-Item -Path "1031" -Destination "$Dir\build\native\1031" -Recurse
Copy-Item -Path "1033" -Destination "$Dir\build\native\1033" -Recurse
Expand All @@ -261,7 +261,7 @@ function Build-NuGet {
Copy-Item -Path "1046" -Destination "$Dir\build\native\1046" -Recurse
Copy-Item -Path "1049" -Destination "$Dir\build\native\1049" -Recurse
Copy-Item -Path "1055" -Destination "$Dir\build\native\1055" -Recurse
Copy-Item -Path "31748" -Destination "$Dir\build\native\31748" -Recurse
Copy-Item -Path "2052" -Destination "$Dir\build\native\2052" -Recurse

Copy-Item -Recurse -Path "..\ThirdParty\googletest\googletest\include" -Destination "$Dir\build\native\include"

Expand Down