Skip to content

Commit

Permalink
Adjusted Azure Pipelines pack jobs. #82
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Sep 17, 2019
1 parent bb62e8c commit 6a37432
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions azure-pipelines/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,9 @@ jobs:
- script: |
init-tools.bat
displayName: "init-tools"
- task: DotNetCoreCLI@1
displayName: "nuget restore il2c.sln"
inputs:
command: "restore"
projects: "il2c.sln"
- script: |
build-runtime.bat Debug
displayName: "build-runtime Debug"
- script: |
build-runtime.bat Release
displayName: "build-runtime Release"
- task: MSBuild@1
displayName: "build il2c"
inputs:
solution: "il2c.sln"
configuration: "Release"
platform: "Any Cpu"
- script: |
ArtifactCollector\ArtifactCollector.exe . $(Build.ArtifactStagingDirectory) $(Build.BuildNumber) IL2C.Interop IL2C.Core IL2C.Tasks IL2C.Runtime
displayName: "ArtifactCollector"
pack.bat
displayName: "pack"
# - task: NuGetCommand@2
# displayName: "nuget push"
# inputs:
Expand Down

0 comments on commit 6a37432

Please sign in to comment.