Skip to content

Commit

Permalink
More builds updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson committed Sep 28, 2022
1 parent 3b936a8 commit a9854a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="azurepipelines.testlogger" Version="1.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
service_connection_nuget_org: $(Endjin_Service_Connection_NuGet_Org)
service_connection_github: $(Endjin_Service_Connection_GitHub)
solution_to_build: $(Endjin_Solution_To_Build)
netSdkVersion: '6.x'
additionalNetSdkVersions:
- '7.x'
includeNetSdkPreviewVersions: 'true'
3 changes: 2 additions & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ $SkipVersion = $false
$SkipBuild = $false
$CleanBuild = $Clean
$SkipTest = $false
$SkipTestReport = $false
$SkipTestReport = $true
$SkipPackage = $false
$SkipAnalysis = $false


#
Expand Down

0 comments on commit a9854a4

Please sign in to comment.