Skip to content

Commit ad5b750

Browse files
committed
updated workflow files
1 parent da32e79 commit ad5b750

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
build:
1313
runs-on: windows-latest
14+
env:
15+
VERSION: ''
1416
steps:
1517
- uses: actions/checkout@v2
1618
with:
@@ -33,7 +35,7 @@ jobs:
3335
dotnet-version: '3.1.x'
3436
- uses: actions/setup-dotnet@v1
3537
with:
36-
dotnet-version: '5.0.100-preview.7.20366.6'
38+
dotnet-version: '5.0.100-preview.8.20411.6'
3739
- name: DOTNET HACK
3840
shell: pwsh
3941
run: |
@@ -48,7 +50,7 @@ jobs:
4850
}
4951
5052
- name: Building library
51-
run: dotnet build -p:version=$VERSION
53+
run: dotnet build /p:PublicRelease=true
5254

5355
- name: Verfiy docs samples
5456
run: dotnet test docs/samples

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
dotnet-version: '3.1.x'
4040
- uses: actions/setup-dotnet@v1
4141
with:
42-
dotnet-version: '5.0.100-preview.7.20366.6'
42+
dotnet-version: '5.0.100-preview.8.20411.6'
4343
- name: Move .net SDK's to shared folder (hack)
4444
shell: pwsh
4545
run: |
@@ -70,7 +70,7 @@ jobs:
7070
dotnet-version: '3.1.x'
7171
- uses: actions/setup-dotnet@v1
7272
with:
73-
dotnet-version: '5.0.100-preview.7.20366.6'
73+
dotnet-version: '5.0.100-preview.8.20411.6'
7474
- name: Move .net SDK's to shared folder (hack)
7575
shell: pwsh
7676
run: |
@@ -121,7 +121,7 @@ jobs:
121121
dotnet-version: '3.1.x'
122122
- uses: actions/setup-dotnet@v1
123123
with:
124-
dotnet-version: '5.0.100-preview.7.20366.6'
124+
dotnet-version: '5.0.100-preview.8.20411.6'
125125
- name: Move .net SDK's to shared folder (hack)
126126
shell: pwsh
127127
run: |
@@ -165,7 +165,7 @@ jobs:
165165
dotnet-version: '3.1.x'
166166
- uses: actions/setup-dotnet@v1
167167
with:
168-
dotnet-version: '5.0.100-preview.7.20366.6'
168+
dotnet-version: '5.0.100-preview.8.20411.6'
169169
- name: Move .net SDK's to shared folder (hack)
170170
shell: pwsh
171171
run: |
@@ -234,7 +234,7 @@ jobs:
234234
dotnet-version: '3.1.x'
235235
- uses: actions/setup-dotnet@v1
236236
with:
237-
dotnet-version: '5.0.100-preview.7.20366.6'
237+
dotnet-version: '5.0.100-preview.8.20411.6'
238238
- name: Move .net SDK's to shared folder (hack)
239239
shell: pwsh
240240
run: |
@@ -292,7 +292,7 @@ jobs:
292292
dotnet-version: '3.1.x'
293293
- uses: actions/setup-dotnet@v1
294294
with:
295-
dotnet-version: '5.0.100-preview.7.20366.6'
295+
dotnet-version: '5.0.100-preview.8.20411.6'
296296
- name: DOTNET HACK
297297
shell: pwsh
298298
run: |

0 commit comments

Comments
 (0)