This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +4
-84
lines changed Expand file tree Collapse file tree 6 files changed +4
-84
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dotnet --info || GOTO missingDotnet
66git --version || GOTO missingGit
77
88:: Set Build number on all files that uses it
9- CALL setVersionNumber.cmd
9+ CALL build\ setVersionNumber.cmd
1010
1111:: Initialize the compiler's nuspec file
1212CALL :nuspecBootstrap
Original file line number Diff line number Diff line change 2121- task : BatchScript@1
2222 displayName : ' Run bootstrap.cmd'
2323 inputs :
24- filename : bootstrap.cmd
24+ filename : build/ bootstrap.cmd
2525 modifyEnvironment : true
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1515# #
1616# Wrap-up
1717# #
18- - template : sdl-tools.yml
19- - template : step-wrap-up.yml
18+ - template : wrap-up.yml
Original file line number Diff line number Diff line change 44steps :
55
66- task : DotNetCoreCLI@2
7- displayName : ' Build and test Q# compiler'
7+ displayName : ' Build and test Q# compiler and language server '
88 inputs :
99 command : test
1010 arguments : ' -c $(BuildConfiguration) -v $(Build.Verbosity) /p:DefineConstants=$(Assembly.Constants) /p:Version=$(Assembly.Version)'
You can’t perform that action at this time.
0 commit comments