ci: Last try fixing the pipeline blind

This commit is contained in:
Stephan van Rooij 2024-06-12 11:58:27 +00:00
Родитель e856a67cb7
Коммит 52ef08fe20
3 изменённых файлов: 4 добавлений и 4 удалений

5
.github/workflows/get-started-dotnet.yml поставляемый
Просмотреть файл

@ -60,6 +60,9 @@ jobs:
working-directory: get-started/azure-auth/cli/src/
build-dotnet-dependency-injection:
defaults:
run:
working-directory: get-started/dotnet-dependency-injection/
runs-on: ubuntu-latest
needs: []
@ -73,10 +76,8 @@ jobs:
- name: Restore dependencies dotnet-dependency-injection
run: dotnet restore ./dotnet-dependency-injection.sln
working-directory: get-started/dotnet-dependency-injection/
- name: Build dotnet-dependency-injection
run: dotnet build ./dotnet-dependency-injection.sln --no-restore
working-directory: get-started/dotnet-dependency-injection/
build-quickstart-dotnet:

Просмотреть файл

@ -1,6 +1,6 @@
{
"descriptionHash": "8BCE40C69B7A73D0A0E68DDEEB6ED8C6A75C8B95E78DFB088FE14B60B5FE54531017A6D2CFB266F72C190BCC695157F6588CCB0805F746E26391A14396E9B191",
"descriptionLocation": "..\\github-releases.yml",
"descriptionLocation": "../github-releases.yml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.15.0",
"clientClassName": "GitHubClient",

Просмотреть файл

@ -32,7 +32,6 @@ paths:
description: The name of the release
schema:
type: string
default: latest
responses:
200:
description: Success!