File tree Expand file tree Collapse file tree
ManagedCode.Storage.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 AWS_SECRET_ACCESS_KEY : localsecret
6666
6767 - name : Test 2
68- run : dotnet test --no-build --logger 'trx;LogFileName=ManagedCode.Storage.Tests/ test-results.trx'
68+ run : dotnet test --no-build --logger 'trx;LogFileName=test-results.trx'
6969 env :
7070 DEFAULT_REGION : eu-west-1
7171 AWS_ACCESS_KEY_ID : localkey
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010 <PropertyGroup >
1111 <VSTestLogger >trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger >
12- <VSTestResultsDirectory >$(MSBuildThisFileDirectory)TestResults/$(TargetFramework) </VSTestResultsDirectory >
12+ <VSTestResultsDirectory >$(MSBuildThisFileDirectory)</VSTestResultsDirectory >
1313 </PropertyGroup >
1414 <ItemGroup >
1515 <None Update =" xunit.runner.json" >
You can’t perform that action at this time.
0 commit comments