Skip to content

Commit

Permalink
Merge pull request aspnetboilerplate#5466 from aspnetboilerplate/reve…
Browse files Browse the repository at this point in the history
…rt-5420-ryancyq-patch-2

Update Nuke Build to version 0.24.8, fix AzurePipelines suffix breaking change
  • Loading branch information
ismcagdas authored Apr 16, 2020
2 parents 7cf904a + d4f9d49 commit 5f682d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# - To trigger manual generation invoke:
#
# nuke --configure-build-server --host AzurePipelines
# nuke --generate-configuration AzurePipelines --host AzurePipelines
#
# </auto-generated>
# ------------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
[UnsetVisualStudioEnvironmentVariables]
[MSBuildVerbosityMapping]
[AzurePipelines(
"",
AzurePipelinesImage.WindowsLatest,
InvokedTargets = new[] {nameof(Test)},
ExcludedTargets = new[] {nameof(Clean)},
Expand Down
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Nuke.Common" Version="0.24.7" />
<PackageReference Include="Nuke.Common" Version="0.24.8" />

<PackageReference Include="Microsoft.Build" Version="16.5.0" />
<PackageReference Include="Microsoft.Build.Framework" Version="16.5.0" />
Expand Down

0 comments on commit 5f682d2

Please sign in to comment.