updated
This commit is contained in:
@@ -5,6 +5,11 @@ VisualStudioVersion = 17.12.35728.132 d17.12
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Astrocore.Api", "Astrocore.Api\Astrocore.Api.csproj", "{84BD373D-B825-473F-A6BA-3BDF969A1122}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{949FE758-008C-49D6-9B82-33318C2D08E4}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
publish.yml = publish.yml
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
||||
12
publish.yml
Normal file
12
publish.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Deployment
|
||||
concurrency: production
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
deployment:
|
||||
runs-on: [ubuntu-latest]
|
||||
steps:
|
||||
- name: deploy
|
||||
run: echo Hello
|
||||
Reference in New Issue
Block a user