->0.28.291394 (#1149)
* ->0.28.291394 * Enable pack upload from nuget.org to alpha
This commit is contained in:
Родитель
8dd3d32baa
Коммит
8d29158a3e
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
##
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.Quantum.Sdk": "0.28.277227"
|
||||
"Microsoft.Quantum.Sdk": "0.28.291394"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
|
||||
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.277227" />
|
||||
<PackageReference Include="Microsoft.Quantum.QirGeneration" Version="0.28.291394" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.28.277227" />
|
||||
<PackageReference Include="Microsoft.Quantum.Compiler" Version="0.28.291394" />
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.6.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
|
||||
<PackageReference Include="xunit" Version="2.4.0" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
|
||||
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.277227" />
|
||||
<PackageReference Include="Microsoft.Quantum.CSharpGeneration" Version="0.28.291394" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<dependencies>
|
||||
<dependency id="xunit" version="2.3.1" />
|
||||
<dependency id="Microsoft.NET.Test.Sdk" version="17.4.1" />
|
||||
<dependency id="Microsoft.Quantum.Runtime.Core" version="0.28.277227" />
|
||||
<dependency id="Microsoft.Quantum.Runtime.Core" version="0.28.291394" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче