File tree Expand file tree Collapse file tree
src/DurableTask.AzureServiceFabric Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ jobs:
6464 # configuration: Release
6565 # msbuildArgs: /p:FileVersionRevision=$(Build.BuildId) /p:ContinuousIntegrationBuild=true
6666
67- # - task: VSBuild@1
68- # displayName: 'Build (AzureServiceFabric)'
69- # inputs:
70- # solution: 'src/DurableTask.AzureServiceFabric/DurableTask.AzureServiceFabric.csproj'
71- # vsVersion: '16.0'
72- # logFileVerbosity: minimal
73- # configuration: Release
74- # platform: x64
75- # msbuildArgs: /p:FileVersionRevision=$(Build.BuildId) /p:ContinuousIntegrationBuild=true
67+ - task : VSBuild@1
68+ displayName : ' Build (AzureServiceFabric)'
69+ inputs :
70+ solution : ' src/DurableTask.AzureServiceFabric/DurableTask.AzureServiceFabric.csproj'
71+ vsVersion : ' 16.0'
72+ logFileVerbosity : minimal
73+ configuration : Release
74+ platform : x64
75+ msbuildArgs : /p:FileVersionRevision=$(Build.BuildId) /p:ContinuousIntegrationBuild=true
7676
7777 # - task: UseDotNet@2
7878 # displayName: 'Use the .NET Core 6 SDK (required for build signing)'
@@ -108,6 +108,17 @@ jobs:
108108 packDirectory : $(build.artifactStagingDirectory)
109109 packagesToPack : ' src/DurableTask.ApplicationInsights/DurableTask.ApplicationInsights.csproj'
110110
111+ - task : DotNetCoreCLI@2
112+ displayName : Generate nuget packages
113+ inputs :
114+ command : pack
115+ verbosityPack : Minimal
116+ configuration : Release
117+ nobuild : true
118+ packDirectory : $(build.artifactStagingDirectory)
119+ packagesToPack : ' src/DurableTask.AzureServiceFabric/DurableTask.AzureServiceFabric.csproj'
120+ buildProperties : ' Platform=x64'
121+
111122 - template : ci/sign-files.yml@eng
112123 parameters :
113124 displayName : Sign NugetPackages
Original file line number Diff line number Diff line change 3030 <!-- Restoring packages for netstandard2.0 causes warnings. As warnings are treated as errors, compilation will fail. -->
3131 <!-- Once the packages support netstandard2.0, this project will support netstandard2.0. -->
3232 <PackageReference Include =" ImpromptuInterface" Version =" 7.0.1" />
33- <PackageReference Include =" Newtonsoft.Json" Version =" 11 .0.2 " />
33+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
3434 </ItemGroup >
3535
3636 <ItemGroup >
You can’t perform that action at this time.
0 commit comments