-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Possible incorrect Sdk-based project types via hMSBuild
- Loading branch information
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,11 +128,11 @@ set appl=%app% -pkg-link "..\..\DllExport.$version$.nupkg" | |
endlocal | ||
|
||
setlocal | ||
echo Test case 13: special symbols for -sln-file, -metalib, -dxp-target & set "%flagName%=13" | ||
echo Test case 13: special symbols for -sln-file, -metacor, -metalib, -dxp-target & set "%flagName%=13" | ||
|
||
set _arg="crazy' dir&name!356~`@#$^(+)_=-;[.]{,}" | ||
|
||
call %appl% -action Configure -sln-file %_arg% -metalib %_arg% -dxp-target %_arg% | ||
call %appl% -action Configure -sln-file %_arg% -metacor %_arg% -metalib %_arg% -dxp-target %_arg% | ||
|
||
endlocal | ||
|
||
|
@@ -159,8 +159,8 @@ set appl=%app% -pkg-link "..\..\DllExport.$version$.nupkg" | |
setlocal | ||
echo Test case 16: checking for -dxp-version, -server, -proxy & set "%flagName%=16" | ||
|
||
call %mgrFile% -action Default -dxp-version 1.6.0 | ||
call %app% -action Default -dxp-version 1.6.0 -server "https://127.0.0.1:8082/" -proxy "guest:[email protected]:7428" | ||
call %mgrFile% -action Default -dxp-version 1.6.5 | ||
call %app% -action Default -dxp-version 1.6.5 -server "https://127.0.0.1:8082/" -proxy "guest:[email protected]:7428" | ||
:: -pe-exp-list "bin\Debug\regXwild.dll" | ||
|
||
endlocal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters