Skip to content

Commit

Permalink
🐛 Fix run command
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar committed Jan 26, 2021
1 parent c3c652c commit 0367339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PrCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
dotnet-version: 3.1.200

- name: Build solution
- run: dotnet build Xamarin.Forms.NeoControls.sln --configuration Release
run: dotnet build Xamarin.Forms.NeoControls.sln --configuration Release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 0367339

Please sign in to comment.