https://github.com/stuartleeks/temp-dotnet-build-repro
Repro for an issue with dotnet restore/dotnet build
https://github.com/stuartleeks/temp-dotnet-build-repro
Last synced: about 1 year ago
JSON representation
Repro for an issue with dotnet restore/dotnet build
- Host: GitHub
- URL: https://github.com/stuartleeks/temp-dotnet-build-repro
- Owner: stuartleeks
- License: mit
- Created: 2016-04-29T11:56:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T12:12:20.000Z (about 10 years ago)
- Last Synced: 2025-02-17T10:49:09.074Z (over 1 year ago)
- Language: C#
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# temp-dotnet-build-repro
Repro for an issue with dotnet restore/dotnet build
The steps below were tested on Ubuntu 14.04 with Docker 1.11.0
## Local build
The following steps work (albeit with some warnings about)
```bash
dotnet restore
dotnet build
```
local dotnet version: 1.0.0-rc2-002543
## Docker build
Building the Dockerfile (`docker build .`) fails with
```
/app/project.lock.json(1,0): warning NU1006: Dependencies in project.json were modified. Please run "dotnet restore" to generate a new lock file.
```
Docker image dotnet version: 1.0.0-rc2-002543
(obtained by adding `RUN "dotnet --version"` as a docker