Skip to content

Instantly share code, notes, and snippets.

@sverrehundeide
Created April 16, 2017 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sverrehundeide/f2c0c1adc73ea924e3a75d2602f126f2 to your computer and use it in GitHub Desktop.
Save sverrehundeide/f2c0c1adc73ea924e3a75d2602f126f2 to your computer and use it in GitHub Desktop.
Blog - Intellisense for CruiseControl.Net configuration files
<cruisecontrol xmlns="http://thoughtworks.org/ccnet/1/5">
<project name="foo">
<webURL>http://localhost/ccnet</webURL>
<modificationDelaySeconds>10</modificationDelaySeconds>
<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://thoughtworks.org/ccnet/1/5"
elementFormDefault="qualified"
xmlns="http://thoughtworks.org/ccnet/1/5"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="cruisecontrol">
@sverrehundeide
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment