Skip to content

Commit

Permalink
Fix warnings tool test project (#716)
Browse files Browse the repository at this point in the history
* Add NoWarn to Fantomas.CoreGlobalTool.Tests

* Same fix for MyGet job
  • Loading branch information
nojaf authored Mar 6, 2020
1 parent 37eb222 commit cf9bf74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/myget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
<Version>3.3.0</Version>
<NoWarn>FS0988</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Fantomas.CoreGlobalTool\Fantomas.CoreGlobalTool.fsproj" />
Expand Down

0 comments on commit cf9bf74

Please sign in to comment.