File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed
RustAnalyzer.Remote.UnitTests
RustAnalyzer.TestAdapter.UnitTests Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -76,20 +76,16 @@ jobs:
7676 echo "Downloading & installing test-window package..."
7777 Invoke-WebRequest -Uri "https://ksapplications.blob.core.windows.net/public/test-window.zip" -OutFile "/tw/test-window.zip"
7878 Expand-Archive -Path "/tw/test-window.zip" -DestinationPath /tw
79- echo "Checking install..."
80- dir env:\
81- cd $env:OutDir
82- pwd
83- dir
8479 echo "Running tests..."
85- & "\tw\vstest.console.exe" RustAnalyzer.TestAdapter.UnitTests.dll "/logger:console;verbosity=detailed" "/logger:trx;LogFileName=TestResults.trx"
80+ cd $env:OutDir
81+ & "\tw\vstest.console.exe" RustAnalyzer.TestAdapter.UnitTests.dll "/logger:console;verbosity=detailed" "/logger:trx;LogFileName=test-results.new.trx"
8682
8783 - name : Generate test report (new)
8884 uses : dorny/test-reporter@v1
8985 continue-on-error : true
9086 with :
9187 name : Tests Results
92- path : ${{ env.OutDir }}TestResults.trx
88+ path : ${{ env.OutDir }}TestResults\test-results.new .trx
9389 reporter : dotnet-trx
9490 fail-on-error : false
9591
Original file line number Diff line number Diff line change 77 <ProjectGuid >{99B37CC5-2B5D-4CBA-923D-A8D7E3E63B6E}</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >RustAnalyzer.TestAdapter.UnitTests</ RootNamespace >
11- <AssemblyName >RustAnalyzer.TestAdapter.UnitTests</ AssemblyName >
10+ <AssemblyName >KS.$(MSBuildProjectName)</ AssemblyName >
11+ <RootNamespace >KS.$(MSBuildProjectName)</ RootNamespace >
1212 <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 <Deterministic >true</Deterministic >
Original file line number Diff line number Diff line change 77 <ProjectGuid >{4B45D0AD-8813-4943-96B5-C319341E6554}</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >RustAnalyzer.TestAdapter.UnitTests</ RootNamespace >
11- <AssemblyName >RustAnalyzer.TestAdapter.UnitTests</ AssemblyName >
10+ <AssemblyName >KS.$(MSBuildProjectName)</ AssemblyName >
11+ <RootNamespace >KS.$(MSBuildProjectName)</ RootNamespace >
1212 <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 <Deterministic >true</Deterministic >
9292 Ensure this is always the last line.
9393 -->
9494 <Import Project =" ..\KS.Tests.Common.targets" />
95- </Project >
95+ </Project >
Original file line number Diff line number Diff line change 77 <ProjectGuid >{D272BC7C-1B01-4489-A03B-461778DE7A51}</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >RustAnalyzer.UnitTests</ RootNamespace >
11- <AssemblyName >RustAnalyzer.UnitTests</ AssemblyName >
10+ <AssemblyName >KS.$(MSBuildProjectName)</ AssemblyName >
11+ <RootNamespace >KS.$(MSBuildProjectName)</ RootNamespace >
1212 <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 <Deterministic >true</Deterministic >
You can’t perform that action at this time.
0 commit comments