Skip to content

Commit 1726761

Browse files
committed
adding osx
1 parent 18a7357 commit 1726761

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Publish Linux
2525
run: dotnet publish -r linux-x64 -c Release -p:Version=$GITHUB_REF_NAME --no-self-contained -o output/linux-x64
2626

27+
- name: Publish MacOs
28+
run: dotnet publish -r osx-x64 -c Release -p:Version=$GITHUB_REF_NAME --no-self-contained -o output/osx-x64
29+
2730
- name: Release
2831
uses: softprops/action-gh-release@v1
2932
with:
@@ -33,4 +36,5 @@ jobs:
3336
output/win-x64/azuredevops-export-wiki.exe
3437
output/win-x64/devopswikistyle.css
3538
output/win-x64/licenses.txt
36-
output/linux-x64/azuredevops-export-wiki
39+
output/linux-x64/azuredevops-export-wiki
40+
output/osx-x64/azuredevops-export-wiki

0 commit comments

Comments
 (0)