Update main.yml

This commit is contained in:
2020-04-13 08:53:15 -04:00
committed by GitHub
parent 9267bfd854
commit 1051e70923

View File

@@ -23,8 +23,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Run a one-line script - name: Build
run: pwd run: dotnet build
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Run a multi-line script - name: Run a multi-line script