Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey M authored Jan 20, 2020
1 parent 9928427 commit fe40051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: warrenbuckley/Setup-Nuget@v1

- name: Restore Nuget Packages
run: nuget restore $(_Solution)
run: nuget restore $_Solution

- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
Expand All @@ -27,4 +27,4 @@ jobs:
uses: seanmiddleditch/gha-setup-vsdevenv@v1

- name: Build Solution
run: msbuild $(_Solution) -verbosity:minimal -p:Configuration=$(_Config) -p:DeployExtension=false -p:AzureVsixVersion=true
run: msbuild _Solution -verbosity:minimal -p:Configuration=$_Config -p:DeployExtension=false -p:AzureVsixVersion=true

0 comments on commit fe40051

Please sign in to comment.