From 8d29158a3ef352d3ed470ac0d1a11eb7ac1f7f4d Mon Sep 17 00:00:00 2001 From: Robin Kuzmin <9372582+kuzminrobin@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:14:17 -0700 Subject: [PATCH] ->0.28.291394 (#1149) * ->0.28.291394 * Enable pack upload from nuget.org to alpha --- build/steps-codecheck.yml | 4 ++++ build/steps-init.yml | 4 ++++ global.json | 2 +- src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj | 2 +- .../Microsoft.Quantum.AutoSubstitution.csproj | 2 +- .../Tests.Microsoft.Quantum.EntryPointDriver.fsproj | 2 +- src/Xunit/Microsoft.Quantum.Xunit.nuspec | 2 +- 7 files changed, 13 insertions(+), 5 deletions(-) diff --git a/build/steps-codecheck.yml b/build/steps-codecheck.yml index f85d8dce..20f7c00b 100644 --- a/build/steps-codecheck.yml +++ b/build/steps-codecheck.yml @@ -14,6 +14,10 @@ steps: packageType: sdk version: '6.0.x' +- task: NuGetAuthenticate@1 + inputs: + nuGetServiceConnections: 'public-alpha feed' + # QIR stdlib: - pwsh: src/Qir/Runtime/prerequisites.ps1 displayName: "Install QIR stdlib Prerequisites" diff --git a/build/steps-init.yml b/build/steps-init.yml index 044e9170..9bb5f496 100644 --- a/build/steps-init.yml +++ b/build/steps-init.yml @@ -35,6 +35,10 @@ steps: rustup component add rustfmt clippy llvm-tools-preview --toolchain nightly displayName: Enable Rust formatting and nightly options. +- task: NuGetAuthenticate@1 + inputs: + nuGetServiceConnections: 'public-alpha feed' + ## # Custom pre-reqs ## diff --git a/global.json b/global.json index 094ac5c6..9a3ed570 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Microsoft.Quantum.Sdk": "0.28.277227" + "Microsoft.Quantum.Sdk": "0.28.291394" } } diff --git a/src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj b/src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj index dd0fe9b8..8c7d3173 100644 --- a/src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj +++ b/src/Qir/Tools/Microsoft.Quantum.Qir.Runtime.Tools.csproj @@ -26,7 +26,7 @@ - + diff --git a/src/Simulation/AutoSubstitution/Microsoft.Quantum.AutoSubstitution.csproj b/src/Simulation/AutoSubstitution/Microsoft.Quantum.AutoSubstitution.csproj index 98442b31..ce2207ff 100644 --- a/src/Simulation/AutoSubstitution/Microsoft.Quantum.AutoSubstitution.csproj +++ b/src/Simulation/AutoSubstitution/Microsoft.Quantum.AutoSubstitution.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj b/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj index d3d59ecf..77812bdf 100644 --- a/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj +++ b/src/Simulation/EntryPointDriver.Tests/Tests.Microsoft.Quantum.EntryPointDriver.fsproj @@ -23,7 +23,7 @@ - + diff --git a/src/Xunit/Microsoft.Quantum.Xunit.nuspec b/src/Xunit/Microsoft.Quantum.Xunit.nuspec index 1fc08be0..edccb44c 100644 --- a/src/Xunit/Microsoft.Quantum.Xunit.nuspec +++ b/src/Xunit/Microsoft.Quantum.Xunit.nuspec @@ -22,7 +22,7 @@ - +