File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
custom-backends/dotnetIsolated-mssql Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,13 @@ jobs:
8383 env :
8484 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
8585 run : nuget push drop/DurableFunctionsMonitor.DotNetIsolated.*.nupkg -ApiKey $NUGET_API_KEY -src https://api.nuget.org/v3/index.json
86+ continue-on-error : true
8687
8788 - name : push drop/DurableFunctionsMonitor.DotNetBackend
8889 env :
8990 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
9091 run : nuget push drop/DurableFunctionsMonitor.DotNetBackend.*.nupkg -ApiKey $NUGET_API_KEY -src https://api.nuget.org/v3/index.json
92+ continue-on-error : true
9193
9294 - name : push drop/DurableFunctionsMonitor.DotNetIsolated.MsSql
9395 env :
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata minClientVersion =" 2.5" >
44 <id >DurableFunctionsMonitor.DotNetIsolated.MsSql</id >
5- <version >6.7.0-beta1 </version >
5+ <version >6.7.0-beta2 </version >
66 <requireLicenseAcceptance >false</requireLicenseAcceptance >
77 <description >DurableFunctionsMonitor.DotNetIsolated.MsSql</description >
88 <authors >DurableFunctionsMonitor</authors >
2323 <file src =" ..\..\durablefunctionsmonitor.dotnetisolated\durablefunctionsmonitor.dotnetisolated.targets" target =" build" />
2424 <file src =" ..\output\*" target =" /" />
2525 <file src =" ..\output\.azurefunctions\**" target =" /.azurefunctions" />
26+ <file src =" ..\output\runtimes\**" target =" /runtimes" />
2627 <file src =" ..\output\DfmStatics\**" target =" /DfmStatics" />
2728 </files >
2829</package >
You can’t perform that action at this time.
0 commit comments