Update main.yml

This commit is contained in:
2020-04-13 09:04:51 -04:00
committed by GitHub
parent 1051e70923
commit 11a0e607db

View File

@@ -22,12 +22,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Build
run: dotnet build
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
dotnet restore
dotnet build