Skip to content

Commit ba721aa

Browse files
committed
Remove unneeded #!/bin/bash from script and remove line endings to avoid errors depending on git config on Windows
1 parent 5b9692c commit ba721aa

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

run-docker-compose-build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$startTime = $(Get-Date)
22

3-
docker-compose build
3+
docker-compose build --build-arg RUN=scripts/restore-packages
44

55
$elapsedTime = $(Get-Date) - $startTime
66

scripts/restore-packages

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
#!/bin/bash
2-
3-
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
1+
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done

0 commit comments

Comments
 (0)