File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 55permissions :
66 pull-requests : write
77 contents : write
8+ defaults :
9+ run :
10+ shell : bash
811jobs :
912 dependabot :
1013 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 88 workflow_dispatch :
99env :
1010 DOTNET_NOLOGO : true
11+ defaults :
12+ run :
13+ shell : pwsh
1114jobs :
1215 build :
1316 name : ${{ matrix.name }}
2124 name : Linux
2225 fail-fast : false
2326 steps :
27+ - name : Check for secrets
28+ env :
29+ SECRETS_AVAILABLE : ${{ secrets.SECRETS_AVAILABLE }}
30+ run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2431 - name : Checkout
25322633 with :
Original file line number Diff line number Diff line change 66 - ' [0-9]+.[0-9]+.[0-9]+-*'
77env :
88 DOTNET_NOLOGO : true
9+ defaults :
10+ run :
11+ shell : pwsh
912jobs :
1013 release :
1114 runs-on : windows-2022
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Azure.Identity" />
9- <PackageReference Include =" Azure.Messaging.ServiceBus" />
10- <PackageReference Include =" Azure.Monitor.Query" />
118 <PackageReference Include =" AWSSDK.CloudWatch" />
129 <PackageReference Include =" AWSSDK.SecurityToken" />
1310 <PackageReference Include =" AWSSDK.SQS" />
14- <PackageReference Include =" Npgsql" />
11+ <PackageReference Include =" Azure.Identity" />
12+ <PackageReference Include =" Azure.Messaging.ServiceBus" />
13+ <PackageReference Include =" Azure.Monitor.Query" />
1514 <PackageReference Include =" Microsoft.Data.SqlClient" />
15+ <PackageReference Include =" Npgsql" />
1616 <PackageReference Include =" System.Threading.RateLimiting" />
1717 </ItemGroup >
1818
You can’t perform that action at this time.
0 commit comments