[csharp-netcore] Pipeline fix (#14495)

* trying to fix pipeline

* forcing pipeline to run

* reverting change to wrong branch

* forcing pipeline to run

* reverting change
This commit is contained in:
devhl-labs 2023-01-20 21:46:42 -05:00 committed by GitHub
parent 5e7d31a83b
commit d4c8c97e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3.0.3 - uses: actions/setup-dotnet@v3.0.3
with: with:
dotnet-version: 2.1.* dotnet-version: 3.1.*
- name: Build - name: Build
working-directory: ${{ matrix.sample }} working-directory: ${{ matrix.sample }}
run: dotnet build Org.OpenAPITools.sln run: dotnet build Org.OpenAPITools.sln