From 11a0e607dbfc899363c0c137cded4a789b5875f9 Mon Sep 17 00:00:00 2001 From: ratermania Date: Mon, 13 Apr 2020 09:04:51 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36f177a..577cf93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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