[LFT-2087] Removed Statics.Unaudited and Mutability.Unaudited attribu… #297
This file contains hidden or 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
| name: Build | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| all: | |
| runs-on: windows-latest | |
| timeout-minutes: 10 | |
| steps: | |
| - uses: Brightspace/third-party-actions@actions/checkout | |
| - uses: Brightspace/third-party-actions@actions/setup-dotnet | |
| with: | |
| dotnet-version: | | |
| 9.0.x | |
| - name: Build | |
| run: dotnet build -c Release | |
| - name: Test | |
| run: dotnet test -c Release --no-build | |
| - name: Archive | |
| uses: Brightspace/third-party-actions@actions/upload-artifact | |
| with: | |
| name: D2L.CodeStyle.${{ github.sha }} | |
| path: src/**/*.symbols.nupkg |