Fix build file locations

This commit is contained in:
2018-05-24 20:43:40 -04:00
parent 54da717e56
commit 2012bbba81
4 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,10 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{DB32E0C0-3FEF-41DD-A898-016972B75CAF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE.md = LICENSE.md
README.md = README.md
SystemTemperatureStatusWindow.nuspec = SystemTemperatureStatusWindow.nuspec
EndProjectSection
EndProject
Global

View File

@@ -144,7 +144,6 @@
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="appveyor.yml" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@@ -164,7 +163,6 @@
<None Include="Service References\SystemTemperatureService\SystemTemperatureStatusWindow.SystemTemperatureService.Device.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="SystemTemperatureStatusWindow.nuspec" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />

View File

@@ -16,7 +16,7 @@ after_build:
- ps: >-
nuget pack SystemTemperatureStatusWindow.nuspec -Version $env:APPVEYOR_BUILD_VERSION -Properties Configuration=Release -OutputDirectory bin\Release\
$squirrel = "..\packages\squirrel.windows.*\tools\Squirrel.exe"
$squirrel = ".\packages\squirrel.windows.*\tools\Squirrel.exe"
.$squirrel -releasify ".\bin\$env:CONFIGURATION\SystemTemperatureStatusWindow.$env:APPVEYOR_BUILD_VERSION.nupkg" | Write-Output
artifacts: