Update build.yml
This commit is contained in:
parent
bc1b0083e0
commit
016bcb3165
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -62,14 +62,14 @@ jobs:
|
|||
build-configuration: Release
|
||||
|
||||
# (Optional) The path of the project to build; if omitted, the whole solution is built
|
||||
path: '/SupportChild/SupportChild.csproj'
|
||||
path: 'SupportChild/SupportChild.csproj'
|
||||
|
||||
|
||||
- uses: EasyDesk/action-dotnet-publish@v1
|
||||
with:
|
||||
# (Optional) The path to the project that should be published.
|
||||
# If not specified, defaults to '.'.
|
||||
path: './SupportChild/SupportChild.csproj'
|
||||
path: 'SupportChild/SupportChild.csproj'
|
||||
|
||||
# (Optional) Additional command line arguments to be passed to 'dotnet test'.
|
||||
# If not specified, defaults to 'packages'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue