Skip to content

Commit fda7047

Browse files
committed
restore
1 parent 1d85520 commit fda7047

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686

8787
- name: Add msbuild to PATH
8888
uses: microsoft/setup-msbuild@v2
89-
90-
- name: define env variables
89+
90+
- name: Restore dependencies
9191
run: |
9292
nuget sources add -username Open-Systems-Pharmacology -password ${{ secrets.GITHUB_TOKEN }} -name OSP-GitHub-Packages -source "https://nuget.pkg.github.com/Open-Systems-Pharmacology/index.json"
9393
nuget sources add -name bddhelper -source https://ci.appveyor.com/nuget/ospsuite-bddhelper
@@ -96,6 +96,10 @@ jobs:
9696
nuget sources add -name databinding -source https://ci.appveyor.com/nuget/ospsuite-databinding
9797
nuget sources add -name texreporting -source https://ci.appveyor.com/nuget/ospsuite-texreporting
9898
nuget sources add -name databinding-devexpress -source https://ci.appveyor.com/nuget/ospsuite-databinding-devexpress
99+
dotnet restore
100+
101+
- name: define env variables
102+
run: |
99103
echo "APP_VERSION=${{needs.get-version.outputs.APP_VERSION}}" >> $GITHUB_ENV
100104
echo "BUILD_ID=${{needs.get-version.outputs.BUILD_ID}}" >> $GITHUB_ENV
101105

0 commit comments

Comments
 (0)