Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alkwa-msft authored Jul 28, 2022
1 parent 0796a8e commit 85abf7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build AzureCommunicationServicesGetStartedApis.csproj
- name: Publish
run: dotnet publish
run: dotnet publish AzureCommunicationServicesGetStartedApis.csproj

0 comments on commit 85abf7e

Please sign in to comment.