Skip to content

Commit

Permalink
ci: Last try fixing the pipeline blind
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed Jun 12, 2024
1 parent e856a67 commit 52ef08f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/get-started-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand All @@ -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:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"descriptionHash": "8BCE40C69B7A73D0A0E68DDEEB6ED8C6A75C8B95E78DFB088FE14B60B5FE54531017A6D2CFB266F72C190BCC695157F6588CCB0805F746E26391A14396E9B191",
"descriptionLocation": "..\\github-releases.yml",
"descriptionLocation": "../github-releases.yml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.15.0",
"clientClassName": "GitHubClient",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ paths:
description: The name of the release
schema:
type: string
default: latest
responses:
200:
description: Success!
Expand Down

0 comments on commit 52ef08f

Please sign in to comment.