зеркало из https://github.com/microsoft/Graphir.git
update target dotnet version
This commit is contained in:
Родитель
334d42ce96
Коммит
0916551c56
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Set up .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '5.0.x'
|
||||
dotnet-version: '6.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
- name: Build API
|
||||
|
|
|
@ -7,7 +7,7 @@ param clientsecret string
|
|||
|
||||
resource serverFarms 'Microsoft.Web/serverfarms@2021-01-15' = {
|
||||
name: serverfarm_name
|
||||
location: resourceGroup().location
|
||||
location: location
|
||||
sku: {
|
||||
name: sku
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ resource graphirApi 'Microsoft.Web/sites@2021-01-15' = {
|
|||
properties: {
|
||||
serverFarmId: serverFarms.id
|
||||
siteConfig: {
|
||||
netFrameworkVersion: 'v5.0'
|
||||
netFrameworkVersion: 'v6.0'
|
||||
appSettings: [
|
||||
{
|
||||
name: 'AzureAd:ClientSecret'
|
||||
|
|
Загрузка…
Ссылка в новой задаче