Skip to content

Commit

Permalink
updated file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Oct 10, 2016
1 parent e90f595 commit 7a2a4fd
Show file tree
Hide file tree
Showing 64 changed files with 100 additions and 150 deletions.
54 changes: 2 additions & 52 deletions .gitignore
Expand Up @@ -19,9 +19,6 @@ build/
[Bb]in/
[Oo]bj/

!Libraries/Redis/bin/
!Libraries/Mongo/bin/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
Expand Down Expand Up @@ -50,14 +47,6 @@ build/
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
Expand All @@ -82,40 +71,15 @@ _TeamCity*
.*crunch*.local.xml
_Ncrunch*

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml
*.pubxml

# NuGet Packages Directory
packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
Expand All @@ -124,20 +88,6 @@ ClientBin/
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

# =========================
# Windows detritus
# =========================
Expand All @@ -161,10 +111,10 @@ dump.rdb

#App
App_Data
/Libraries/elasticsearch-*
/build/elasticsearch-*
/.vs

*.DS_Store
*.orig
Source/Api/Logs/*.txt
src/Exceptionless.Api/Logs/*.txt
*.nugetreferenceswitcher
28 changes: 14 additions & 14 deletions Exceptionless.sln
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exceptionless.Core", "Source\Core\Exceptionless.Core.csproj", "{3E5B39D5-7ACD-486B-9F90-59116B67952D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exceptionless.Core", "src\Exceptionless.Core\Exceptionless.Core.csproj", "{3E5B39D5-7ACD-486B-9F90-59116B67952D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98A5A2F7-BBA9-4B65-91C9-88E18D474341}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -15,66 +15,66 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exceptionless.Api", "Source\Api\Exceptionless.Api.csproj", "{50717168-44E5-4E69-95EC-EED839630323}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exceptionless.Api", "src\Exceptionless.Api\Exceptionless.Api.csproj", "{50717168-44E5-4E69-95EC-EED839630323}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exceptionless.Api.Tests", "Source\Tests\Exceptionless.Api.Tests.csproj", "{5D52E3FE-A13B-4B27-9259-FCD1F66B751C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exceptionless.Api.Tests", "src\Tests\Exceptionless.Api.Tests.csproj", "{5D52E3FE-A13B-4B27-9259-FCD1F66B751C}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exceptionless.Insulation", "Source\Insulation\Exceptionless.Insulation.csproj", "{75D9D89F-09F2-43A6-8B53-E1518E9FA822}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exceptionless.Insulation", "src\Exceptionless.Insulation\Exceptionless.Insulation.csproj", "{75D9D89F-09F2-43A6-8B53-E1518E9FA822}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Jobs", "Jobs", "{4F070E46-F0D4-4134-A04E-BD1CB3B4AEA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailMessageJob", "Source\Jobs\MailMessage\MailMessageJob.csproj", "{95CA459C-111E-4248-BC37-C6345CCFB40D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailMessageJob", "src\Jobs\MailMessage\MailMessageJob.csproj", "{95CA459C-111E-4248-BC37-C6345CCFB40D}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventPostsJob", "Source\Jobs\EventPost\EventPostsJob.csproj", "{FD2FF108-158B-410D-AF72-C2BA3B555546}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventPostsJob", "src\Jobs\EventPost\EventPostsJob.csproj", "{FD2FF108-158B-410D-AF72-C2BA3B555546}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventUserDescriptionsJob", "Source\Jobs\EventUserDescription\EventUserDescriptionsJob.csproj", "{BDA9F1D6-F941-42F0-8B12-FDEA17A5F354}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventUserDescriptionsJob", "src\Jobs\EventUserDescription\EventUserDescriptionsJob.csproj", "{BDA9F1D6-F941-42F0-8B12-FDEA17A5F354}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebHooksJob", "Source\Jobs\WebHook\WebHooksJob.csproj", "{62C680F1-B27A-4802-BD88-D182F03F12D4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebHooksJob", "src\Jobs\WebHook\WebHooksJob.csproj", "{62C680F1-B27A-4802-BD88-D182F03F12D4}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkItemJob", "Source\Jobs\WorkItem\WorkItemJob.csproj", "{51840A88-8415-4A2C-9C93-343B95770D29}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkItemJob", "src\Jobs\WorkItem\WorkItemJob.csproj", "{51840A88-8415-4A2C-9C93-343B95770D29}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventNotificationsJob", "Source\Jobs\EventNotification\EventNotificationsJob.csproj", "{8BC64C87-4A8C-4259-B1B2-7F6A8857CE6C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventNotificationsJob", "src\Jobs\EventNotification\EventNotificationsJob.csproj", "{8BC64C87-4A8C-4259-B1B2-7F6A8857CE6C}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DailySummaryJob", "Source\Jobs\DailySummary\DailySummaryJob.csproj", "{B0B479F6-A4B1-401A-A93D-7393877A4400}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DailySummaryJob", "src\Jobs\DailySummary\DailySummaryJob.csproj", "{B0B479F6-A4B1-401A-A93D-7393877A4400}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DownloadGeoIPDatabaseJob", "Source\Jobs\DownloadGeoIPDatabase\DownloadGeoIPDatabaseJob.csproj", "{BE383D44-18A2-4145-9D04-95F715D5E500}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DownloadGeoIPDatabaseJob", "src\Jobs\DownloadGeoIPDatabase\DownloadGeoIPDatabaseJob.csproj", "{BE383D44-18A2-4145-9D04-95F715D5E500}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RetentionLimitsJob", "Source\Jobs\RetentionLimit\RetentionLimitsJob.csproj", "{1A8C938F-D7F4-4E2F-8789-9053156E9077}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RetentionLimitsJob", "src\Jobs\RetentionLimit\RetentionLimitsJob.csproj", "{1A8C938F-D7F4-4E2F-8789-9053156E9077}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloseInactiveSessionsJob", "Source\Jobs\CloseInactiveSession\CloseInactiveSessionsJob.csproj", "{FA2A4275-9180-43A4-AAE6-12BF83DC1252}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloseInactiveSessionsJob", "src\Jobs\CloseInactiveSession\CloseInactiveSessionsJob.csproj", "{FA2A4275-9180-43A4-AAE6-12BF83DC1252}"
ProjectSection(ProjectDependencies) = postProject
{75D9D89F-09F2-43A6-8B53-E1518E9FA822} = {75D9D89F-09F2-43A6-8B53-E1518E9FA822}
EndProjectSection
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ _In appreciation for anyone who submits a non-trivial pull request, we will give
1. Please read the [contributing document](https://github.com/exceptionless/Exceptionless/blob/master/CONTRIBUTING.md).
2. Please follow the steps below to start configuring your Exceptionless development environment.
1. You will need to have [Visual Studio 2015](http://www.visualstudio.com/products/visual-studio-community-vs) installed.
2. Start `Elasticsearch` by running `StartBackendServers.bat`. *Please ensure that [dynamic scripting is enabled in the elasticsearch.yml file](https://github.com/exceptionless/Exceptionless/blob/master/Libraries/elasticsearch.yml#L3).*
2. Start `Elasticsearch` by running `StartBackendServers.bat`. *Please ensure that [dynamic scripting is enabled in the elasticsearch.yml file](https://github.com/exceptionless/Exceptionless/blob/master/build/elasticsearch.yml#L3).*
3. Open the `Exceptionless.sln` Visual Studio solution file.
4. Select `Exceptionless.Api` as startup projects.
5. Run the project by pressing `F5` to start the server.
Expand Down
2 changes: 1 addition & 1 deletion StartBackendServers.bat
@@ -1 +1 @@
PowerShell .\Libraries\Start-Elasticsearch.ps1
PowerShell .\build\Start-Elasticsearch.ps1
10 changes: 5 additions & 5 deletions appveyor.yml
Expand Up @@ -7,7 +7,7 @@ pull_requests:
do_not_increment_build_number: true

environment:
JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0
JAVA_HOME: C:\Progra~1\Java\jdk1.8.0
ES_VERSION: 1.7.5
API_URL: https://#{api.hostheader}
BUILD_REPO_URL:
Expand All @@ -23,14 +23,14 @@ init:

assembly_info:
patch: true
file: Source\GlobalAssemblyInfo.cs
file: src\GlobalAssemblyInfo.cs
assembly_version: "{version}.0"
assembly_file_version: "{version}.0"
assembly_informational_version: "{version} $(GIT_HASH)"

before_build:
- nuget restore -verbosity quiet
- ps: .\Libraries\Start-ElasticSearch.ps1
- ps: .\build\Start-ElasticSearch.ps1
- SET PATH="C:\Program Files (x86)\MSBuild\14.0\Bin";%PATH%"

build:
Expand All @@ -45,14 +45,14 @@ test:
- '**\*.Tests.dll'

after_test:
- ps: .\Libraries\Push-Artifacts.ps1
- ps: .\build\Push-Artifacts.ps1

artifacts:
- path: release\*.zip
name: ReleaseArtifacts

before_deploy:
- ps: .\Libraries\Create-Release.ps1
- ps: .\build\Create-Release.ps1

deploy:
provider: GitHub
Expand Down
8 changes: 4 additions & 4 deletions build/Create-Release.ps1
Expand Up @@ -41,11 +41,11 @@ If (Test-Path -Path $releaseTempDir) {

ROBOCOPY "$releaseArtifactsDir\api" "$releaseTempDir\wwwroot" /XD "$releaseArtifactsDir\api\.git" /XF "exceptionless.png" "favicon.ico" /S /NFL /NDL /NJH /NJS /nc /ns /np
ROBOCOPY "$releaseArtifactsDir\app" "$releaseTempDir\wwwroot" /XD "$releaseArtifactsDir\app\.git" /S /XF "web.config" /NFL /NDL /NJH /NJS /nc /ns /np
Copy-Item -Path "$base_dir\Libraries\Start-ElasticSearch.ps1" -Destination $releaseTempDir
Copy-Item -Path "$base_dir\Libraries\elasticsearch.yml" -Destination $releaseTempDir
Copy-Item -Path "$base_dir\Libraries\Start-Website.ps1" -Destination $releaseTempDir
Copy-Item -Path "$base_dir\build\Start-ElasticSearch.ps1" -Destination $releaseTempDir
Copy-Item -Path "$base_dir\build\elasticsearch.yml" -Destination $releaseTempDir
Copy-Item -Path "$base_dir\build\Start-Website.ps1" -Destination $releaseTempDir
"PowerShell .\Start-Elasticsearch.ps1`r`nPowerShell .\Start-Website.ps1" | Out-File "$releaseTempDir\Start.bat" -Encoding "ascii"
Copy-Item -Path "$base_dir\Libraries\readme.txt" -Destination $releaseTempDir
Copy-Item -Path "$base_dir\build\readme.txt" -Destination $releaseTempDir

Write-Host "Merging configuration"
$webConfig = "$releaseTempDir\wwwroot\web.config"
Expand Down
4 changes: 2 additions & 2 deletions build/DownloadGeoIPDatabase.ps1
Expand Up @@ -35,9 +35,9 @@ Function Expand-GZip ([string]$source, [string]$output_path = ($source -Replace
}

$base_dir = Resolve-Path "."
$MaxMindDBPath = "$base_dir\Source\Api\App_Data"
$MaxMindDBPath = "$base_dir\src\Exceptionless.Api\App_Data"

if (!(Test-Path -Path "$base_dir\Source\Api")) {
if (!(Test-Path -Path "$base_dir\src\Exceptionless.Api")) {
$MaxMindDBPath = "$base_dir\App_Data"
}

Expand Down
4 changes: 2 additions & 2 deletions build/Push-Artifacts.ps1
@@ -1,6 +1,6 @@
$base_dir = Resolve-Path ".\"
$artifactsDir = "$base_dir\artifacts"
$sourceDir = "$base_dir\Source"
$sourceDir = "$base_dir\src"

If ($env:APPVEYOR_PULL_REQUEST_NUMBER -ne $null) {
Write-Host "Artifacts will not be created for pull requests."
Expand Down Expand Up @@ -36,7 +36,7 @@ Write-Host "Removing existing files..."
git rm -r * -q 2>&1 | %{ "$_" }

Write-Host "Copying build artifacts..."
ROBOCOPY "$sourceDir\Api" "$artifactsDir" /XD "$sourceDir\Api\obj" "$sourceDir\Api\App_Data" /S /XF "*.nuspec" "*.settings" "*.cs" "packages.config" "*.csproj" "*.user" "*.suo" "*.xsd" "*.ide" /NFL /NDL /NJH /NJS /nc /ns /np
ROBOCOPY "$sourceDir\Api" "$artifactsDir" /XD "$sourceDir\Exceptionless.Api\obj" "$sourceDir\Exceptionless.Api\App_Data" /S /XF "*.nuspec" "*.settings" "*.cs" "packages.config" "*.csproj" "*.user" "*.suo" "*.xsd" "*.ide" /NFL /NDL /NJH /NJS /nc /ns /np

Write-Host "Copying CloseInactiveSession job..."
ROBOCOPY "$sourceDir\Jobs\CloseInactiveSession\bin\Release" "$artifactsDir\App_Data\jobs\continuous\CloseInactiveSession" /XD "$sourceDir\Jobs\CloseInactiveSession\bin\Release\bin" /S /NFL /NDL /NJH /NJS /nc /ns /np
Expand Down
4 changes: 2 additions & 2 deletions src/Exceptionless.Api/Exceptionless.Api.csproj
Expand Up @@ -316,7 +316,7 @@
<Compile Include="Utility\Handlers\XHttpMethodOverrideMessageHandler.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Exceptionless.Core.csproj">
<ProjectReference Include="..\Exceptionless.Core\Exceptionless.Core.csproj">
<Project>{3e5b39d5-7acd-486b-9f90-59116b67952d}</Project>
<Name>Exceptionless.Core</Name>
</ProjectReference>
Expand Down Expand Up @@ -356,7 +356,7 @@
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PostBuildEvent>robocopy "$(ProjectDir)..\Insulation\bin\$(ConfigurationName)" "$(TargetDir)." /S /NFL /NDL /NJH /NJS /nc /ns /np
<PostBuildEvent>robocopy "$(ProjectDir)..\Exceptionless.Insulation\bin\$(ConfigurationName)" "$(TargetDir)." /S /NFL /NDL /NJH /NJS /nc /ns /np
IF %25ERRORLEVEL%25 GEQ 8 exit 1
exit 0</PostBuildEvent>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptionless.Core/Extensions/AppDomainExtensions.cs
Expand Up @@ -4,7 +4,7 @@
namespace Exceptionless.Core.Extensions {
public static class AppDomainExtensions {
public static void SetDataDirectory(this AppDomain appDomain) {
var path = Path.Combine(appDomain.BaseDirectory, @"..\..\..\..\Api\App_Data");
var path = Path.Combine(appDomain.BaseDirectory, @"..\..\..\..\Exceptionless.Api\App_Data");
if (Directory.Exists(path))
appDomain.SetData("DataDirectory", path);
}
Expand Down
Expand Up @@ -174,7 +174,7 @@
<Compile Include="Redis\RedisConnectionMap.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Exceptionless.Core.csproj">
<ProjectReference Include="..\Exceptionless.Core\Exceptionless.Core.csproj">
<Project>{3e5b39d5-7acd-486b-9f90-59116b67952d}</Project>
<Name>Exceptionless.Core</Name>
</ProjectReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/App.config
Expand Up @@ -22,7 +22,7 @@
<!-- Controls whether daily summary emails are sent -->
<add key="EnableDailySummary" value="false" />
<!-- Folder used to store event post data -->
<add key="StorageFolder" value="..\..\..\Api\App_Data\storage" />
<add key="StorageFolder" value="..\..\..\Exceptionless.Api\App_Data\storage" />
</appSettings>
<system.net>
<mailSettings>
Expand Down
4 changes: 2 additions & 2 deletions src/Jobs/CloseInactiveSession/CloseInactiveSessionsJob.csproj
Expand Up @@ -97,7 +97,7 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Exceptionless.Core.csproj">
<ProjectReference Include="..\..\Exceptionless.Core\Exceptionless.Core.csproj">
<Project>{3E5B39D5-7ACD-486B-9F90-59116B67952D}</Project>
<Name>Exceptionless.Core</Name>
</ProjectReference>
Expand All @@ -106,7 +106,7 @@
<PropertyGroup>
<PostBuildEvent>@echo off

robocopy "$(SolutionDir)Source\Insulation\bin\$(ConfigurationName)" "$(TargetDir)bin\." /S /NFL /NDL /NJH /NJS /nc /ns /np
robocopy "$(SolutionDir)src\Exceptionless.Insulation\bin\$(ConfigurationName)" "$(TargetDir)bin\." /S /NFL /NDL /NJH /NJS /nc /ns /np
IF %25ERRORLEVEL%25 GEQ 8 exit 1

robocopy "$(TargetDir)." "$(TargetDir)bin\." /MOV /XD bin /XF CloseInactiveSessionsJob.* run.bat NLog.config /S /is /NFL /NDL /NJH /NJS /nc /ns /np
Expand Down
4 changes: 2 additions & 2 deletions src/Jobs/DailySummary/DailySummaryJob.csproj
Expand Up @@ -97,7 +97,7 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Exceptionless.Core.csproj">
<ProjectReference Include="..\..\Exceptionless.Core\Exceptionless.Core.csproj">
<Project>{3E5B39D5-7ACD-486B-9F90-59116B67952D}</Project>
<Name>Exceptionless.Core</Name>
</ProjectReference>
Expand All @@ -106,7 +106,7 @@
<PropertyGroup>
<PostBuildEvent>@echo off

robocopy "$(SolutionDir)Source\Insulation\bin\$(ConfigurationName)" "$(TargetDir)bin\." /S /NFL /NDL /NJH /NJS /nc /ns /np
robocopy "$(SolutionDir)src\Exceptionless.Insulation\bin\$(ConfigurationName)" "$(TargetDir)bin\." /S /NFL /NDL /NJH /NJS /nc /ns /np
IF %25ERRORLEVEL%25 GEQ 8 exit 1

robocopy "$(TargetDir)." "$(TargetDir)bin\." /MOV /XD bin /XF DailySummaryJob.* run.bat NLog.config /S /is /NFL /NDL /NJH /NJS /nc /ns /np
Expand Down
Expand Up @@ -97,7 +97,7 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Exceptionless.Core.csproj">
<ProjectReference Include="..\..\Exceptionless.Core\Exceptionless.Core.csproj">
<Project>{3E5B39D5-7ACD-486B-9F90-59116B67952D}</Project>
<Name>Exceptionless.Core</Name>
</ProjectReference>
Expand All @@ -106,7 +106,7 @@
<PropertyGroup>
<PostBuildEvent>@echo off

robocopy "$(SolutionDir)Source\Insulation\bin\$(ConfigurationName)" "$(TargetDir)bin\." /S /NFL /NDL /NJH /NJS /nc /ns /np
robocopy "$(SolutionDir)src\Exceptionless.Insulation\bin\$(ConfigurationName)" "$(TargetDir)bin\." /S /NFL /NDL /NJH /NJS /nc /ns /np
IF %25ERRORLEVEL%25 GEQ 8 exit 1

robocopy "$(TargetDir)." "$(TargetDir)bin\." /MOV /XD bin /XF DownloadGeoIPDatabaseJob.* run.bat NLog.config /S /is /NFL /NDL /NJH /NJS /nc /ns /np
Expand Down

0 comments on commit 7a2a4fd

Please sign in to comment.