From 9fbb7297134ed1937103098961bf6a62f67784a7 Mon Sep 17 00:00:00 2001 From: Next Turn <45985406+nxtn@users.noreply.github.com> Date: Thu, 19 Jan 2023 21:09:09 +0800 Subject: [PATCH] Fix build pipelines (#998) --- eng/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eng/build.yml b/eng/build.yml index 363d66c..a7417d3 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -30,7 +30,6 @@ steps: inputs: packageType: sdk version: 6.x - includePreviewVersions: true - task: DotNetCoreCLI@2 displayName: Build inputs: @@ -48,6 +47,10 @@ steps: command: test projects: src\WinSW.Tests\WinSW.Tests.csproj arguments: -c $(BuildConfiguration) --collect "XPlat Code Coverage" --no-build +- task: NuGetToolInstaller@1 + displayName: Install NuGet + inputs: + versionSpec: 6.x - task: NuGetCommand@2 displayName: Pack inputs: