Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Nov 9, 2021
1 parent 903ba9d commit 3a30e80
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- uses: actions/cache@v2
id: cache
with:
path: packages
path: ${{ env.USERPROFILE }}\.nuget\packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Restore
#if: steps.cache.outputs.cache-hit != 'true'
if: steps.cache.outputs.cache-hit != 'true'
run: msbuild -t:restore Snittlistan.sln

- name: Build
Expand Down
6 changes: 0 additions & 6 deletions NuGet.config

This file was deleted.

30 changes: 0 additions & 30 deletions Snittlistan.Web/packages.config.old

This file was deleted.

1 change: 1 addition & 0 deletions Snittlistan.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Build.ps1 = Build.ps1
Directory.Build.Props = Directory.Build.Props
elitmarke-ifyllbar1.pdf = elitmarke-ifyllbar1.pdf
NuGet.config = NuGet.config
Snittlistan.main.wxs = Snittlistan.main.wxs
SnittlistanInstall.ps1 = SnittlistanInstall.ps1
EndProjectSection
Expand Down

0 comments on commit 3a30e80

Please sign in to comment.