File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Azure PowerShell specific
2
+ Net472Tests /
2
3
artifacts /
3
4
src /Stack /
4
5
src /local-artifacts /*
Original file line number Diff line number Diff line change 433
433
<Exec Command =" dotnet sln Azure.PowerShell.sln add $(LibraryRoot)tools/ScenarioTest.ResourceManager/ScenarioTest.ResourceManager.csproj $(LibraryRoot)tools/TestFx/TestFx.csproj" />
434
434
<!-- https://github.com/Microsoft/msbuild/issues/3157#issuecomment-378002971 -->
435
435
<!-- https://github.com/xunit/xunit/issues/1154#issuecomment-405366373 -->
436
- <Exec Command =" dotnet build Azure.PowerShell.sln --configuration $(Configuration) --framework netstandard2.0" />
437
-
436
+ <Exec Command =" dotnet build Azure.PowerShell.sln --configuration $(Configuration)" />
437
+ <Exec Command =" dotnet new console -n Net472Tests" />
438
+ <Exec Command =" dotnet add Net472Tests package xunit.runner.console --version 2.4.0" />
439
+ <Exec Command =" dotnet restore --packages ./artifacts/tools -f --no-cache Net472Tests" />
440
+ <Exec Command =" $(PowerShellCommandPrefix) " $(LibraryToolsFolder)/TestNet472Modules.ps1 -TestExecPath '$(LibraryArtifactsFolder)/tools/xunit.runner.console/2.4.0/tools/net472/xunit.console.exe' " " />
438
441
<OnError ExecuteTargets =" TestFailureErrorMessage" />
439
442
</Target >
440
443
You can’t perform that action at this time.
0 commit comments