test4
This commit is contained in:
parent
632767a60c
commit
ed1f226c8a
|
|
@ -89,10 +89,10 @@ namespace Server.Git
|
||||||
}
|
}
|
||||||
|
|
||||||
//json 저장
|
//json 저장
|
||||||
using (StreamWriter writer = new StreamWriter(repositoryPath + "\\excel.json"))
|
using (StreamWriter writer = new StreamWriter(repositoryPath + @"\excel.json"))
|
||||||
{
|
{
|
||||||
writer.Write(excel);
|
writer.Write(excel);
|
||||||
Console.WriteLine($"save file : {repositoryPath + "\\excel.json"}");
|
Console.WriteLine($"save file : {repositoryPath + @"\excel.json"}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,4 @@ app.MapPost("/git", GItWebhook.Process);
|
||||||
|
|
||||||
//app.MapPost("/update", GItWebhook.Process);
|
//app.MapPost("/update", GItWebhook.Process);
|
||||||
|
|
||||||
app.Run("https://0.0.0.0:4860");
|
app.Run(STATICS.URL);
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
//"https://username:password@www.example.com/";
|
//"https://username:password@www.example.com/";
|
||||||
public static readonly string remoteUrl = "https://manager:BQNl01bJJF0wn9R@gitea.pandoli365.com/Team.thewar/thewar_excel.git";
|
public static readonly string remoteUrl = "https://manager:BQNl01bJJF0wn9R@gitea.pandoli365.com/Team.thewar/thewar_excel.git";
|
||||||
|
|
||||||
|
public static readonly string URL = "https://0.0.0.0:4860";
|
||||||
|
|
||||||
public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]";
|
public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
90c736faeb404bd17e67340076dc1d19aa41e7b022d0ca71cdcf518271c7ee76
|
24a19a338571d06fa5670dc4c5fa352c3d517153
|
||||||
|
|
|
||||||
|
|
@ -5,15 +5,12 @@ build_property.UsingMicrosoftNETSdkWeb = true
|
||||||
build_property.ProjectTypeGuids =
|
build_property.ProjectTypeGuids =
|
||||||
build_property.InvariantGlobalization =
|
build_property.InvariantGlobalization =
|
||||||
build_property.PlatformNeutralAssembly =
|
build_property.PlatformNeutralAssembly =
|
||||||
build_property.EnforceExtendedAnalyzerRules =
|
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = Server
|
build_property.RootNamespace = Server
|
||||||
build_property.RootNamespace = Server
|
build_property.RootNamespace = Server
|
||||||
build_property.ProjectDir = C:\Users\김민서\git\thewar_server\Server\
|
build_property.ProjectDir = E:\git\thewar_server\Server\
|
||||||
build_property.EnableComHosting =
|
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
|
||||||
build_property.RazorLangVersion = 6.0
|
build_property.RazorLangVersion = 6.0
|
||||||
build_property.SupportLocalizedComponentNames =
|
build_property.SupportLocalizedComponentNames =
|
||||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||||
build_property.MSBuildProjectDirectory = C:\Users\김민서\git\thewar_server\Server
|
build_property.MSBuildProjectDirectory = E:\git\thewar_server\Server
|
||||||
build_property._RazorSourceGeneratorDebug =
|
build_property._RazorSourceGeneratorDebug =
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -138,3 +138,55 @@ E:\git\CsServer\Server\bin\Debug\net6.0\System.Diagnostics.DiagnosticSource.dll
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\System.Text.Encodings.Web.dll
|
E:\git\CsServer\Server\bin\Debug\net6.0\System.Text.Encodings.Web.dll
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\System.Text.Json.dll
|
E:\git\CsServer\Server\bin\Debug\net6.0\System.Text.Json.dll
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll
|
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\NLog.config
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\appsettings.Development.json
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\appsettings.json
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.exe
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.deps.json
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.runtimeconfig.json
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Server.pdb
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Aspose.Cells.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\LibGit2Sharp.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Microsoft.Extensions.Logging.Abstractions.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Newtonsoft.Json.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\NLog.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\Npgsql.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\SkiaSharp.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\System.Diagnostics.DiagnosticSource.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\System.Security.Cryptography.Pkcs.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\System.Text.Encodings.Web.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\System.Text.Json.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-arm\native\libgit2-e632535.so
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libgit2-e632535.so
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libgit2-e632535.so
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libgit2-e632535.so
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libgit2-e632535.so
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\linux-x64\native\libgit2-e632535.so
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libgit2-e632535.dylib
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\osx-x64\native\libgit2-e632535.dylib
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-arm64\native\git2-e632535.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-x64\native\git2-e632535.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-x86\native\git2-e632535.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\osx\native\libSkiaSharp.dylib
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-arm64\native\libSkiaSharp.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-x64\native\libSkiaSharp.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win-x86\native\libSkiaSharp.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll
|
||||||
|
E:\git\thewar_server\Server\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.csproj.AssemblyReference.cache
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.AssemblyInfoInputs.cache
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.AssemblyInfo.cs
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.csproj.CoreCompileInputs.cache
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.MvcApplicationPartsAssemblyInfo.cache
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\staticwebassets.build.json
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\staticwebassets.development.json
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\scopedcss\bundle\Server.styles.css
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.csproj.CopyComplete
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.dll
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\refint\Server.dll
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.pdb
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\Server.genruntimeconfig.cache
|
||||||
|
E:\git\thewar_server\Server\obj\Debug\net6.0\ref\Server.dll
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
5a972d05249776184d6dd56cb42ed98944f2aa1f
|
4195893466b54871aa56fed0dcf29a4c086a651e
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"format": 1,
|
"format": 1,
|
||||||
"restore": {
|
"restore": {
|
||||||
"E:\\git\\CsServer\\Server\\Server.csproj": {}
|
"E:\\git\\thewar_server\\Server\\Server.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"E:\\git\\CsServer\\Server\\Server.csproj": {
|
"E:\\git\\thewar_server\\Server\\Server.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "E:\\git\\CsServer\\Server\\Server.csproj",
|
"projectUniqueName": "E:\\git\\thewar_server\\Server\\Server.csproj",
|
||||||
"projectName": "Server",
|
"projectName": "Server",
|
||||||
"projectPath": "E:\\git\\CsServer\\Server\\Server.csproj",
|
"projectPath": "E:\\git\\thewar_server\\Server\\Server.csproj",
|
||||||
"packagesPath": "C:\\Users\\acst0\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\acst0\\.nuget\\packages\\",
|
||||||
"outputPath": "E:\\git\\CsServer\\Server\\obj\\",
|
"outputPath": "E:\\git\\thewar_server\\Server\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
|
|
|
||||||
|
|
@ -1059,11 +1059,11 @@
|
||||||
"project": {
|
"project": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "E:\\git\\CsServer\\Server\\Server.csproj",
|
"projectUniqueName": "E:\\git\\thewar_server\\Server\\Server.csproj",
|
||||||
"projectName": "Server",
|
"projectName": "Server",
|
||||||
"projectPath": "E:\\git\\CsServer\\Server\\Server.csproj",
|
"projectPath": "E:\\git\\thewar_server\\Server\\Server.csproj",
|
||||||
"packagesPath": "C:\\Users\\acst0\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\acst0\\.nuget\\packages\\",
|
||||||
"outputPath": "E:\\git\\CsServer\\Server\\obj\\",
|
"outputPath": "E:\\git\\thewar_server\\Server\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "mqjrT0psY1bh5pPYuFvVGksqVDGIb9h3wRTl0WKT65Jvc3vVnbn6gASe/F71xdFwk7B4tkYfnfbGzX7I7bZYhQ==",
|
"dgSpecHash": "rmOGIrjysUmIXZZXlx+fCFreA/KIsZagFh6iQEbEXoCTOEnT94cXsoiG+Q9euhQebHgNQ1rFxgpN4Brwy3sLDg==",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "E:\\git\\CsServer\\Server\\Server.csproj",
|
"projectFilePath": "E:\\git\\thewar_server\\Server\\Server.csproj",
|
||||||
"expectedPackageFiles": [
|
"expectedPackageFiles": [
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\aspose.cells\\23.11.0\\aspose.cells.23.11.0.nupkg.sha512",
|
"C:\\Users\\acst0\\.nuget\\packages\\aspose.cells\\23.11.0\\aspose.cells.23.11.0.nupkg.sha512",
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\libgit2sharp\\0.28.0\\libgit2sharp.0.28.0.nupkg.sha512",
|
"C:\\Users\\acst0\\.nuget\\packages\\libgit2sharp\\0.28.0\\libgit2sharp.0.28.0.nupkg.sha512",
|
||||||
|
|
|
||||||
|
|
@ -131,3 +131,5 @@
|
||||||
2.0
|
2.0
|
||||||
2.0
|
2.0
|
||||||
2.0
|
2.0
|
||||||
|
2.0
|
||||||
|
2.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue