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:
83
83
env :
84
84
NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
85
85
run : nuget push drop/DurableFunctionsMonitor.DotNetIsolated.*.nupkg -ApiKey $NUGET_API_KEY -src https://api.nuget.org/v3/index.json
86
+ continue-on-error : true
86
87
87
88
- name : push drop/DurableFunctionsMonitor.DotNetBackend
88
89
env :
89
90
NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
90
91
run : nuget push drop/DurableFunctionsMonitor.DotNetBackend.*.nupkg -ApiKey $NUGET_API_KEY -src https://api.nuget.org/v3/index.json
92
+ continue-on-error : true
91
93
92
94
- name : push drop/DurableFunctionsMonitor.DotNetIsolated.MsSql
93
95
env :
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata minClientVersion =" 2.5" >
4
4
<id >DurableFunctionsMonitor.DotNetIsolated.MsSql</id >
5
- <version >6.7.0-beta1 </version >
5
+ <version >6.7.0-beta2 </version >
6
6
<requireLicenseAcceptance >false</requireLicenseAcceptance >
7
7
<description >DurableFunctionsMonitor.DotNetIsolated.MsSql</description >
8
8
<authors >DurableFunctionsMonitor</authors >
23
23
<file src =" ..\..\durablefunctionsmonitor.dotnetisolated\durablefunctionsmonitor.dotnetisolated.targets" target =" build" />
24
24
<file src =" ..\output\*" target =" /" />
25
25
<file src =" ..\output\.azurefunctions\**" target =" /.azurefunctions" />
26
+ <file src =" ..\output\runtimes\**" target =" /runtimes" />
26
27
<file src =" ..\output\DfmStatics\**" target =" /DfmStatics" />
27
28
</files >
28
29
</package >
You can’t perform that action at this time.
0 commit comments