File tree 6 files changed +10
-5
lines changed
Azure.Functions.Cli.Tests
Resources/DurableTestFolder
6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ static void Main(string[] args)
27
27
. Then ( AddGoZip )
28
28
. Then ( TestPreSignedArtifacts , skip : ! args . Contains ( "--ci" ) )
29
29
. Then ( CopyBinariesToSign , skip : ! args . Contains ( "--ci" ) )
30
- // .Then(Test)
30
+ . Then ( Test )
31
31
. Then ( Zip )
32
32
. Then ( DotnetPublishForNupkg )
33
33
. Then ( DotnetPack )
Original file line number Diff line number Diff line change 61
61
<PackageVersion Include =" xunit" Version =" 2.4.0" />
62
62
<PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
63
63
<PackageVersion Include =" Xunit.SkippableFact" Version =" 1.3.6" />
64
+
65
+ <!-- sample test projects -->
66
+ <PackageVersion Include =" Microsoft.NET.Sdk.Functions" Version =" 4.5.0" />
67
+ <PackageVersion Include =" Microsoft.Azure.WebJobs.Extensions.DurableTask" Version =" 1.8.2" />
64
68
</ItemGroup >
65
69
</Project >
Original file line number Diff line number Diff line change 4
4
<AzureFunctionsVersion >v4</AzureFunctionsVersion >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version = " 4.5.0 " />
7
+ <PackageReference Include =" Microsoft.NET.Sdk.Functions" />
8
8
</ItemGroup >
9
9
<ItemGroup >
10
10
<None Update =" host.json" >
Original file line number Diff line number Diff line change 4
4
<AzureFunctionsVersion >v4</AzureFunctionsVersion >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version = " 4.5.0 " />
7
+ <PackageReference Include =" Microsoft.NET.Sdk.Functions" />
8
8
</ItemGroup >
9
9
<ItemGroup >
10
10
<None Update =" host.json" >
Original file line number Diff line number Diff line change 4
4
<AzureFunctionsVersion >V2</AzureFunctionsVersion >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.DurableTask" Version = " 1.8.2 " />
8
- <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version =" 1.0.23" />
7
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.DurableTask" />
8
+ <PackageReference Include =" Microsoft.NET.Sdk.Functions" OverrideVersion =" 1.0.23" />
9
9
</ItemGroup >
10
10
<ItemGroup >
11
11
<Reference Include =" Microsoft.CSharp" />
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
+ <IsPackable >true</IsPackable >
5
6
</PropertyGroup >
6
7
7
8
</Project >
You can’t perform that action at this time.
0 commit comments