Remove unneeded #!/bin/bash from script and remove line endings to avoid errors depending on git config on Windows
This commit is contained in:
		
							parent
							
								
									5b9692cb2e
								
							
						
					
					
						commit
						ba721aa65c
					
				@ -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 +1 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user