forked from ddrilling/AsbCloudServer
fix pipelines and publish profile
This commit is contained in:
parent
8e720dc7c4
commit
f88c0ecd87
@ -14,7 +14,7 @@ jobs:
|
|||||||
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
|
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 8.0.x
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Add gitea as nuget source
|
- name: Add gitea as nuget source
|
||||||
|
@ -14,7 +14,7 @@ jobs:
|
|||||||
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
|
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 8.0.x
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Add gitea as nuget source
|
- name: Add gitea as nuget source
|
||||||
|
@ -14,7 +14,7 @@ jobs:
|
|||||||
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
|
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 8.0.x
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Add gitea as nuget source
|
- name: Add gitea as nuget source
|
||||||
|
@ -13,7 +13,7 @@ jobs:
|
|||||||
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
|
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 8.0.x
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Add gitea as nuget source
|
- name: Add gitea as nuget source
|
||||||
|
@ -13,7 +13,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|||||||
<PublishUrl>bin\publishLinux\</PublishUrl>
|
<PublishUrl>bin\publishLinux\</PublishUrl>
|
||||||
<WebPublishMethod>FileSystem</WebPublishMethod>
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||||
<SiteUrlToLaunchAfterPublish />
|
<SiteUrlToLaunchAfterPublish />
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<ProjectGuid>a2768702-47cb-4127-941c-e339d5efcffe</ProjectGuid>
|
<ProjectGuid>a2768702-47cb-4127-941c-e339d5efcffe</ProjectGuid>
|
||||||
<SelfContained>true</SelfContained>
|
<SelfContained>true</SelfContained>
|
||||||
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||||||
|
Loading…
Reference in New Issue
Block a user