Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuonghuynh11 committed Jan 4, 2024
1 parent 3831796 commit 680e0a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: Setup Nuget
uses: Nuget/setup-nuget@v1.0.5

- name: add Nuget
run: dotnet add package System.Windows.Interactivity.Wpf
#devexpress
# - name: Feed devexpress
# run: |
Expand All @@ -41,8 +42,8 @@ jobs:



- name: Install Interactivity
run: Install-Package System.Windows.Interactivity.WPF
# - name: Install Interactivity
# run: Install-Package System.Windows.Interactivity.WPF

- name: Restore nuget packages
run: nuget restore FootBallProject.sln
Expand Down

0 comments on commit 680e0a7

Please sign in to comment.