Skip to content

Commit

Permalink
Update ci_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Nov 10, 2021
1 parent f8071f8 commit e74f484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.1
with:
vs-version: '[16.10, 17.0)'
vs-prerelease: true

# Use dotnet restore command for the solution (see RIDs https://docs.microsoft.com/en-us/dotnet/core/rid-catalog)
- name: DotNet Restore
Expand All @@ -73,7 +74,7 @@ jobs:
TELERIK_PASSWORD: ${{ secrets.TELERIK_PASSWORD }}
SolutionPath: src\MediaFileManager\MediaFileManager.sln
NugetConfigPath: src\nuget.config
RID: win-x86
RID: win-x86

# In order to generate project.assets.json, we need to use nuget.exe for the wapproject
- name: NuGet Restore Wapp Project (to ensure assets.json is available)
Expand Down

0 comments on commit e74f484

Please sign in to comment.