Update main.yml
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -22,12 +22,7 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build
|
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
|
||||||
- name: Run a multi-line script
|
|
||||||
run: |
|
run: |
|
||||||
echo Add other actions to build,
|
dotnet restore
|
||||||
echo test, and deploy your project.
|
dotnet build
|
||||||
|
|||||||
Reference in New Issue
Block a user