This commit is contained in:
2020-04-13 11:47:24 -04:00

View File

@@ -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