Merge branch 'master' of https://github.com/ratermania/partsource
This commit is contained in:
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@@ -22,12 +22,11 @@ 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: Run a one-line script
|
|
||||||
run: echo Hello, world!
|
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
|
||||||
- name: Run a multi-line script
|
|
||||||
run: |
|
run: |
|
||||||
echo Add other actions to build,
|
cd
|
||||||
echo test, and deploy your project.
|
dotnet restore
|
||||||
|
dotnet build --configuration "Release"
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
|
run: robocopy PartSource.Automation\bin\release\netcoreapp3.1 c:\Partsource.Automation /IS
|
||||||
|
|||||||
Reference in New Issue
Block a user