Skip to content

Commit 93eaa50

Browse files
authored
#138 Installed mono in workflow (#139)
> 1. What triggered this change? (PBI link, Email Subject, conversation + reason, etc) Resolved #138 > 2. What was changed? Installed Mono in the release workflow > 3. Did you do pair or mob programming? @lukecookssw <!-- E.g. I worked with @GordonBeeming and @sethdailyssw --> <!-- Check out the relevant rules - https://www.ssw.com.au/rules/rules-to-better-pull-requests - https://www.ssw.com.au/rules/write-a-good-pull-request - https://www.ssw.com.au/rules/over-the-shoulder-prs - https://www.ssw.com.au/rules/do-you-use-co-creation-patterns -->
1 parent 9f8cfe8 commit 93eaa50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
nuget-version: '6.x'
2121

22+
- name: Install Mono
23+
run: sudo apt-get update && sudo apt-get install -y mono-complete
24+
2225
- name: Create the package
2326
run: nuget pack VerticalSliceArchitecture.nuspec -NoDefaultExcludes
2427

0 commit comments

Comments
 (0)