From d4c8c97e19d9cc712b0326c85443be6e31f463b6 Mon Sep 17 00:00:00 2001 From: devhl-labs Date: Fri, 20 Jan 2023 21:46:42 -0500 Subject: [PATCH] [csharp-netcore] Pipeline fix (#14495) * trying to fix pipeline * forcing pipeline to run * reverting change to wrong branch * forcing pipeline to run * reverting change --- .github/workflows/samples-dotnet-standard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/samples-dotnet-standard.yaml b/.github/workflows/samples-dotnet-standard.yaml index 794042e21b0..0635cbd7b01 100644 --- a/.github/workflows/samples-dotnet-standard.yaml +++ b/.github/workflows/samples-dotnet-standard.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3.0.3 with: - dotnet-version: 2.1.* + dotnet-version: 3.1.* - name: Build working-directory: ${{ matrix.sample }} run: dotnet build Org.OpenAPITools.sln