-
-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings tool test project (#716)
* Add NoWarn to Fantomas.CoreGlobalTool.Tests * Same fix for MyGet job
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,7 @@ jobs: | |
run: echo Build number is $BUILD_NUMBER | ||
- uses: actions/checkout@v1 | ||
- name: Setup .NET Core | ||
# Fix for https://github.com/actions/setup-dotnet/issues/29#issuecomment-548740241 | ||
uses: actions/setup-dotnet@bb95ce727fd49ec1a65933419cc7c91747785302 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: ${{ matrix.dotnet }} | ||
- name: Install local tools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters