This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Remove unneeded #!/bin/bash from script and remove line endings to avoid errors depending on git config on Windows
pull/1023/head
Miguel Veloso
5 years ago
parent
5b9692cb2e
commit
ba721aa65c
2 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
run-docker-compose-build.ps1
+1
-3
scripts/restore-packages
+ 1
- 1
run-docker-compose-build.ps1
View File
@ -1,6 +1,6 @@
$startTime
=
$
(
Get-Date
)
docker
-compose
build
docker
-compose
build
-
-build
-arg
RUN
=
scripts
/
restore-packages
$elapsedTime
=
$
(
Get-Date
)
-
$startTime
+ 1
- 3
scripts/restore-packages
View File
@ -1,3 +1 @@
#!/bin/bash
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
Write
Preview
Loading…
Cancel
Save