File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ Copy-Item  "$TestSuiteRoot/TestSuites/FileServer/src/Data/*" -Destination "$OutD
5151
5252Copy-Item   " $TestSuiteRoot /TestSuites/FileServer/src/Deploy/LICENSE.rtf" - Destination " $OutDir /LICENSE.rtf" - Recurse - Force
5353
54- dotnet publish " $TestSuiteRoot /TestSuites/FileServer/ShareUtil/ShareUtil.sln" - c $Configuration  - o  $OutDir / Utils
54+ dotnet publish " $TestSuiteRoot /TestSuites/FileServer/ShareUtil/ShareUtil.sln" - c $Configuration  --  property:PublishDir = $OutDir / Utils
5555if  ($LASTEXITCODE  -ne  0 ) {
5656    Write-Host  " Failed to build ShareUtil tool" 
5757    exit  1 
5858}
5959
60- dotnet publish " $TestSuiteRoot /TestSuites/FileServer/src/FileServer.sln" - c $Configuration  - o  $OutDir / Bin
60+ dotnet publish " $TestSuiteRoot /TestSuites/FileServer/src/FileServer.sln" - c $Configuration  --  property:PublishDir = $OutDir / Bin
6161if  ($LASTEXITCODE  -ne  0 ) {
6262    Write-Host  " Failed to build FileServer test suite" 
6363    exit  1 
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Copy-Item  "$TestSuiteRoot/TestSuites/MS-WSP/Setup/Data/*" -Destination "$OutDir
4747
4848Copy-Item   " $TestSuiteRoot /TestSuites/MS-WSP/src/Deploy/LICENSE.rtf" - Destination " $OutDir /LICENSE.rtf" - Recurse - Force
4949
50- dotnet publish " $TestSuiteRoot /TestSuites/MS-WSP/src/MS-WSP_Server.sln" - c $Configuration  - o  $OutDir / Bin
50+ dotnet publish " $TestSuiteRoot /TestSuites/MS-WSP/src/MS-WSP_Server.sln" - c $Configuration  --  property:PublishDir = $OutDir / Bin
5151if  ($LASTEXITCODE  -ne  0 ) {
5252    Write-Host  " Failed to build MS-WSP test suite" 
5353    exit  1 
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Copy-Item  "$TestSuiteRoot/TestSuites/RDP/Client/src/TestSuite/RDPEGFX/H264TestD
6666
6767Copy-Item   " $TestSuiteRoot /TestSuites/RDP/Client/src/Deploy/LICENSE.rtf" - Destination " $OutDir /LICENSE.rtf" - Recurse - Force
6868
69- dotnet publish " $TestSuiteRoot /TestSuites/RDP/Client/src/RDP_Client.sln" - c $Configuration  - o  $OutDir / Bin
69+ dotnet publish " $TestSuiteRoot /TestSuites/RDP/Client/src/RDP_Client.sln" - c $Configuration  --  property:PublishDir = $OutDir / Bin
7070
7171if  ($LASTEXITCODE  -ne  0 ) {
7272    Write-Host  " Failed to build RDP Client test suite" 
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ foreach ($curr in $CommonScripts) {
4343
4444Copy-Item   " $TestSuiteRoot /TestSuites/RDP/Server/src/Deploy/LICENSE.rtf" - Destination " $OutDir /LICENSE.rtf" - Recurse - Force
4545
46- dotnet publish " $TestSuiteRoot /TestSuites/RDP/Server/src/RDP_Server.sln" - c $Configuration  - o  $OutDir / Bin
46+ dotnet publish " $TestSuiteRoot /TestSuites/RDP/Server/src/RDP_Server.sln" - c $Configuration  --  property:PublishDir = $OutDir / Bin
4747
4848if  ($LASTEXITCODE  -ne  0 ) {
4949    Write-Host  " Failed to build RDP Server test suite" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments