add pub profile, additional test data
This commit is contained in:
parent
432e0939b1
commit
23d960b101
12
BinaryDad.AacpsBusAlert.Web/.config/dotnet-tools.json
Normal file
12
BinaryDad.AacpsBusAlert.Web/.config/dotnet-tools.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"isRoot": true,
|
||||||
|
"tools": {
|
||||||
|
"dotnet-ef": {
|
||||||
|
"version": "6.0.9",
|
||||||
|
"commands": [
|
||||||
|
"dotnet-ef"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -6,6 +6,10 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<_WebToolingArtifacts Remove="Properties\PublishProfiles\Release.pubxml" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BinaryDad.Extensions" Version="21.4.20.3" />
|
<PackageReference Include="BinaryDad.Extensions" Version="21.4.20.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
|
-->
|
||||||
|
<Project>
|
||||||
|
<PropertyGroup>
|
||||||
|
<DeleteExistingFiles>false</DeleteExistingFiles>
|
||||||
|
<ExcludeApp_Data>false</ExcludeApp_Data>
|
||||||
|
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
||||||
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||||
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||||
|
<PublishProvider>FileSystem</PublishProvider>
|
||||||
|
<PublishUrl>\\server\Local\Web\AacpsBusAlert</PublishUrl>
|
||||||
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||||
|
<_TargetId>Folder</_TargetId>
|
||||||
|
<SiteUrlToLaunchAfterPublish />
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
|
<ProjectGuid>67dec24b-132b-47cf-8afb-75e942076bc0</ProjectGuid>
|
||||||
|
<SelfContained>false</SelfContained>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Urls": {
|
"Urls": {
|
||||||
"Api": "http://localhost:5299/"
|
//"Api": "http://localhost:5299/",
|
||||||
|
"Api": "https://buses.binarydad.com/"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -20,6 +20,22 @@
|
|||||||
"Label": "Yet another test bus"
|
"Label": "Yet another test bus"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": "b43f4f45-0f7b-4976-849d-8ad4b271199c",
|
||||||
|
"Email": "krystle@allwillynilly.com",
|
||||||
|
"Routes": [
|
||||||
|
{
|
||||||
|
"Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f",
|
||||||
|
"BusNumber": 203,
|
||||||
|
"Label": "Vivi's Bus'"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f",
|
||||||
|
"BusNumber": 117,
|
||||||
|
"Label": "Ray's"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user