File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ definitions:
9
9
- dotnet tool restore
10
10
- dotnet restore --locked-mode
11
11
- dotnet build --no-restore
12
- # - dotnet jb inspectcode --config=inspectcode.config
13
- #
14
- # # create resharper inspections report
15
- # - pipe: docker://lazyboy1/resharper-inspections-bitbucket-pipe:0.3
16
- # variables:
17
- # INSPECTIONS_XML_PATH: "inspect.xml"
18
- # BITBUCKET_USERNAME: $LFB_BB_USERNAME
19
- # BITBUCKET_APP_PASSWORD: $LFB_READ_BB_APP_PASSWORD
20
- # DEBUG: "true"
12
+ - dotnet jb inspectcode --config=inspectcode.config
13
+
14
+ # create resharper inspections report
15
+ - pipe : docker://lazyboy1/resharper-inspections-bitbucket-pipe:0.3
16
+ variables :
17
+ INSPECTIONS_XML_PATH : " inspect.xml"
18
+ BITBUCKET_USERNAME : $LFB_BB_USERNAME
19
+ BITBUCKET_APP_PASSWORD : $LFB_READ_BB_APP_PASSWORD
20
+ DEBUG : " true"
21
21
22
22
- |-
23
23
dotnet test \
You can’t perform that action at this time.
0 commit comments