diff --git a/.github/workflows/get-started-dotnet.yml b/.github/workflows/get-started-dotnet.yml index e218ae751..eb3c7e20c 100644 --- a/.github/workflows/get-started-dotnet.yml +++ b/.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: diff --git a/get-started/dotnet-dependency-injection/GitHub/kiota-lock.json b/get-started/dotnet-dependency-injection/GitHub/kiota-lock.json index 292909b68..affcca9ef 100644 --- a/get-started/dotnet-dependency-injection/GitHub/kiota-lock.json +++ b/get-started/dotnet-dependency-injection/GitHub/kiota-lock.json @@ -1,6 +1,6 @@ { "descriptionHash": "8BCE40C69B7A73D0A0E68DDEEB6ED8C6A75C8B95E78DFB088FE14B60B5FE54531017A6D2CFB266F72C190BCC695157F6588CCB0805F746E26391A14396E9B191", - "descriptionLocation": "..\\github-releases.yml", + "descriptionLocation": "../github-releases.yml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.15.0", "clientClassName": "GitHubClient", diff --git a/get-started/dotnet-dependency-injection/github-releases.yml b/get-started/dotnet-dependency-injection/github-releases.yml index 5b0cfb2ed..17509128a 100644 --- a/get-started/dotnet-dependency-injection/github-releases.yml +++ b/get-started/dotnet-dependency-injection/github-releases.yml @@ -32,7 +32,6 @@ paths: description: The name of the release schema: type: string - default: latest responses: 200: description: Success!