Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrap.cmd → build/bootstrap.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dotnet --info || GOTO missingDotnet
git --version || GOTO missingGit

:: Set Build number on all files that uses it
CALL setVersionNumber.cmd
CALL build\setVersionNumber.cmd

:: Initialize the compiler's nuspec file
CALL :nuspecBootstrap
Expand Down
2 changes: 1 addition & 1 deletion build/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ steps:
- task: BatchScript@1
displayName: 'Run bootstrap.cmd'
inputs:
filename: bootstrap.cmd
filename: build/bootstrap.cmd
modifyEnvironment: true
79 changes: 0 additions & 79 deletions build/sdl-tools.yml

This file was deleted.

File renamed without changes.
3 changes: 1 addition & 2 deletions build/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ steps:
##
# Wrap-up
##
- template: sdl-tools.yml
- template: step-wrap-up.yml
- template: wrap-up.yml
2 changes: 1 addition & 1 deletion src/QsCompiler/build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
steps:

- task: DotNetCoreCLI@2
displayName: 'Build and test Q# compiler'
displayName: 'Build and test Q# compiler and language server'
inputs:
command: test
arguments: '-c $(BuildConfiguration) -v $(Build.Verbosity) /p:DefineConstants=$(Assembly.Constants) /p:Version=$(Assembly.Version)'
Expand Down