Skip to content

Commit

Permalink
housekeeping: remove old cake build files (#424)
Browse files Browse the repository at this point in the history
* housekeeping: remove old cake build files

* further updates
  • Loading branch information
glennawatson authored Oct 6, 2020
1 parent b603fda commit 9dd729c
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 3,354 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,7 @@ jobs:
with:
setAllVars: true

- uses: actions/cache@v1
name: Cache NuGet
id: cache
with:
path: '~/.nuget/packages'
key: cache-${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

- name: NuGet Restore
if: steps.cache.outputs.cache-hit != 'true'
run: dotnet restore
working-directory: src

Expand Down
29 changes: 0 additions & 29 deletions build.cake

This file was deleted.

2 changes: 0 additions & 2 deletions build.cmd

This file was deleted.

2 changes: 0 additions & 2 deletions build.config

This file was deleted.

112 changes: 0 additions & 112 deletions build.ps1

This file was deleted.

51 changes: 0 additions & 51 deletions build.sh

This file was deleted.

7 changes: 0 additions & 7 deletions cake.config

This file was deleted.

2 changes: 0 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<RepositoryUrl>https://github.com/reactiveui/DynamicData</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Embed source files that are not tracked by the source control manager in the PDB -->
Expand Down
Loading

0 comments on commit 9dd729c

Please sign in to comment.