Skip to content

Commit

Permalink
Remove nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed May 29, 2022
1 parent 589b62f commit 10766a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
run: dotnet workload install maui

- name: Install Maui(Unix)
if: ${{ matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest' }}
# if: ${{ matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest' }}
if: matrix.os == 'macOS-latest'
run: sudo dotnet workload install maui

- name: Verify dotnet info
Expand Down
7 changes: 0 additions & 7 deletions nuget.config

This file was deleted.

0 comments on commit 10766a2

Please sign in to comment.