Compare commits
1 Commits
1c9dcf1eb0
...
a3cb5a9eff
Author | SHA1 | Date | |
---|---|---|---|
a3cb5a9eff |
@ -43,6 +43,10 @@ steps:
|
|||||||
image: mcr.microsoft.com/dotnet/sdk:6.0-focal
|
image: mcr.microsoft.com/dotnet/sdk:6.0-focal
|
||||||
failure: ignore
|
failure: ignore
|
||||||
commands:
|
commands:
|
||||||
|
- |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y file
|
||||||
|
|
||||||
- |
|
- |
|
||||||
pwsh -NonInteractive -c "& {
|
pwsh -NonInteractive -c "& {
|
||||||
Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop';
|
Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop';
|
||||||
|
Reference in New Issue
Block a user