Skip to content

Commit

Permalink
Updates the NuGet output package targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas committed May 10, 2017
1 parent 82cb6d6 commit 9257510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ properties {
$vstest = "${Env:ProgramFiles(x86)}\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe"

$configurations = @{
"Portable" = @{Suffix = " (Portable)"; Folder="portable-net45+wp8+win8+wpa81"};
"Portable" = @{Suffix = " (Portable)"; Folder="netstandard1.0"};
"WP8" = @{Suffix = " (WP8)"; Folder="wp8"};
"WP81" = @{Suffix = " (WP81)"; Folder="wp81"};
"WPA81" = @{Suffix = " (WPA81)"; Folder="wpa81"};
Expand Down

0 comments on commit 9257510

Please sign in to comment.