Removed PrayerTracker from Test project path
This commit is contained in:
		
							parent
							
								
									26f408bb54
								
							
						
					
					
						commit
						bade89dd37
					
				| @ -1,15 +1,15 @@ | ||||
| FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build | ||||
| WORKDIR /pt | ||||
| COPY ./PrayerTracker.sln                              ./ | ||||
| COPY ./Directory.Build.props                          ./ | ||||
| COPY ./PrayerTracker.sln                ./ | ||||
| COPY ./Directory.Build.props            ./ | ||||
| COPY ./PrayerTracker/PrayerTracker.fsproj             ./PrayerTracker/ | ||||
| COPY ./Data/PrayerTracker.Data.fsproj   ./Data/ | ||||
| COPY ./PrayerTracker.Tests/PrayerTracker.Tests.fsproj ./PrayerTracker.Tests/ | ||||
| COPY ./Tests/PrayerTracker.Tests.fsproj ./Tests/ | ||||
| COPY ./UI/PrayerTracker.UI.fsproj       ./UI/ | ||||
| RUN dotnet restore | ||||
| 
 | ||||
| COPY . ./ | ||||
| WORKDIR /pt/PrayerTracker.Tests | ||||
| WORKDIR /pt/Tests | ||||
| RUN dotnet run | ||||
| 
 | ||||
| WORKDIR /pt/PrayerTracker | ||||
|  | ||||
| @ -7,7 +7,7 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker", "PrayerTrac | ||||
| EndProject | ||||
| Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker.UI", "UI\PrayerTracker.UI.fsproj", "{EEE04A2B-818C-4241-90C5-69097CB0BF71}" | ||||
| EndProject | ||||
| Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker.Tests", "PrayerTracker.Tests\PrayerTracker.Tests.fsproj", "{786E7BE9-9370-4117-B194-02CC2F71AA09}" | ||||
| Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker.Tests", "Tests\PrayerTracker.Tests.fsproj", "{786E7BE9-9370-4117-B194-02CC2F71AA09}" | ||||
| EndProject | ||||
| Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PrayerTracker.Data", "Data\PrayerTracker.Data.fsproj", "{2B5BA107-9BDA-4A1D-A9AF-AFEE6BF12270}" | ||||
| EndProject | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user