Skip to content

Commit 06f86da

Browse files
authored
Update release.yml
1 parent d716506 commit 06f86da

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ jobs:
6767
outputs:
6868
result: ${{ steps.test.outputs.result }}
6969
steps:
70+
- uses: actions/checkout@v4
71+
72+
- uses: ./.github/actions/setup-dotnet
73+
74+
- name: Build
75+
run: dotnet build ./EncryptedConfigValue.sln --configuration Release
76+
7077
- name: Test
7178
id: test
7279
shell: bash

0 commit comments

Comments
 (0)