diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b7a834..43b988d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,12 +22,11 @@ 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: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script + - name: Build run: | - echo Add other actions to build, - echo test, and deploy your project. + cd + dotnet restore + dotnet build --configuration "Release" + + - name: Deploy + run: robocopy PartSource.Automation\bin\release\netcoreapp3.1 c:\Partsource.Automation /IS