]> source.dussan.org Git - sonarqube.git/blob
d52952a093e594f6d994f2516261b81a1b9cdff7
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Should renders correctly 1`] = `
4 <div>
5   <div>
6     <h4
7       className="spacer-bottom huge-spacer-top"
8     >
9       onboarding.analysis.msbuild.header
10     </h4>
11     <p
12       className="spacer-bottom markdown"
13     >
14       <FormattedMessage
15         defaultMessage="onboarding.analysis.msbuild.text"
16         id="onboarding.analysis.msbuild.text"
17         values={
18           Object {
19             "code": <code>
20               %PATH%
21             </code>,
22           }
23         }
24       />
25     </p>
26     <p>
27       <Link
28         className="button"
29         onlyActiveOnIndex={false}
30         style={Object {}}
31         target="_blank"
32         to="/documentation/analysis/scan/sonarscanner-for-msbuild/"
33       >
34         download_verb
35       </Link>
36     </p>
37   </div>
38   <DotNetExecute
39     commands={
40       Array [
41         "SonarScanner.MSBuild.exe begin /k:\\"projectKey\\" /d:sonar.host.url=\\"host\\" /d:sonar.login=\\"token\\"",
42         "MsBuild.exe /t:Rebuild",
43         "SonarScanner.MSBuild.exe end /d:sonar.login=\\"token\\"",
44       ]
45     }
46   />
47 </div>
48 `;