File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 8
8
workflow_dispatch :
9
9
env :
10
10
DOTNET_NOLOGO : true
11
+ defaults :
12
+ run :
13
+ shell : pwsh
11
14
jobs :
12
15
build :
13
16
name : Windows
Original file line number Diff line number Diff line change 11
11
workflow_dispatch :
12
12
env :
13
13
DOTNET_NOLOGO : true
14
+ defaults :
15
+ run :
16
+ shell : pwsh
14
17
jobs :
15
18
windows-standalone :
16
19
if : ${{ github.actor != 'dependabot[bot]' }}
19
22
- name : Check for secrets
20
23
env :
21
24
SECRETS_AVAILABLE : ${{ secrets.SECRETS_AVAILABLE }}
22
- shell : pwsh
23
25
run : exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
24
26
- name : Checkout
25
27
75
77
nugets/*
76
78
retention-days : 1
77
79
- name : Verify release artifact counts
78
- shell : pwsh
79
80
run : |
80
81
$assetsCount = (Get-ChildItem -Recurse -File assets).Count
81
82
$nugetsCount = (Get-ChildItem -Recurse -File nugets).Count
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 28
28
<Content Include =" app\js\app.constants.js" CopyToOutputDirectory =" PreserveNewest" Condition =" Exists('app\js\app.constants.js')" />
29
29
</ItemGroup >
30
30
31
+ <ItemGroup >
32
+ <InternalsVisibleTo Include =" ServicePulse.Host.Tests" />
33
+ </ItemGroup >
34
+
31
35
</Project >
You can’t perform that action at this time.
0 commit comments