-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create MyGet Build Service for the wpf-refresh branch #89
Comments
- Added CommonAssembly Files to Chocolatey.Gui Project - Updated main AssemblyInfo File
- Updated psake script to look at the Chocolatey.Gui.sln instead of old one
- Used the EmbedCab attribute to combine the generated .cab file into the generated .msi file
- Due to the change in MSI name, updated the ChocolateyInstall.ps1 file to look for the right name
- Updated the nuspec file to be correct based on the recent changes, i.e changed owner, necessary files to be included, etc - Corrected some spelling mistakes
I think I pretty much have everything ready here. Executing the build.bat file at the root of the code base should now do everything, i.e.:
All that now needs to be done is to setup the MyGet Build Services to use the build.bat file to execute the build whenever something changes in the source code. I will try to get that done tonight. NOTE: If you are using build.bat locally, the CommonAssemblyInfo.cs file will change. There is no need to check in changes to this file though. |
- Added the latest version of the nuget.exe
- Added new psake Task for performing nuget package restore before running the build
- Added a suppression for errors generated during WiX compile that only happens on build servers which don't have certain packages installed.
This is all wrapped up :-) If you want to install the latest ChocolateyGUI Chocolatey Package, simply use the following command:
Every time a commit happens to the repo, a new ChocolateyPackage will be created, so you can always install the latest version from the above link. Let me know if you have any questions. |
- Added CommonAssembly Files to Chocolatey.Gui Project - Updated main AssemblyInfo File
- Updated psake script to look at the Chocolatey.Gui.sln instead of old one
- Used the EmbedCab attribute to combine the generated .cab file into the generated .msi file
- Due to the change in MSI name, updated the ChocolateyInstall.ps1 file to look for the right name
- Updated the nuspec file to be correct based on the recent changes, i.e changed owner, necessary files to be included, etc - Corrected some spelling mistakes
- Added the latest version of the nuget.exe
- Added new psake Task for performing nuget package restore before running the build
- Added a suppression for errors generated during WiX compile that only happens on build servers which don't have certain packages installed.
In the same way as the master branch is built every time a check-in happens, add the same for the wpf-refresh branch so that we can begin proper testing deployment
The text was updated successfully, but these errors were encountered: