Skip to content

Commit e6860a9

Browse files
author
Sophia Tevosyan
committed
added the durabletask packages from the test source
1 parent 2c21871 commit e6860a9

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<!-- DurableTask Packages -->
3131
<ItemGroup>
32-
<PackageVersion Include="Microsoft.Azure.DurableTask.Core" Version="3.3.0" />
32+
<PackageVersion Include="Microsoft.Azure.DurableTask.Core" Version="3.3.1-private1" />
3333
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.2.2" />
3434
</ItemGroup>
3535

eng/targets/Release.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<VersionPrefix>1.12.0</VersionPrefix>
21-
<VersionSuffix></VersionSuffix>
20+
<VersionPrefix>1.12.1</VersionPrefix>
21+
<VersionSuffix>private1</VersionSuffix>
2222
</PropertyGroup>
2323

2424
</Project>

nuget.config

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<configuration>
3-
<packageSources>
4-
<clear/>
5-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6-
</packageSources>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6+
<add key="durabletask-testing" value="https://azfunc.pkgs.visualstudio.com/public/_packaging/durabletask-testing/nuget/v3/index.json" />
7+
</packageSources>
8+
<packageSourceMapping>
9+
<packageSource key="durabletask-testing">
10+
<package pattern="Microsoft.Azure.DurableTask.Core" />
11+
</packageSource>
12+
<packageSource key="nuget.org">
13+
<package pattern="*" />
14+
</packageSource>
15+
</packageSourceMapping>
716
</configuration>

0 commit comments

Comments
 (0)