File tree Expand file tree Collapse file tree
csharp/ql/campaigns/Solorigate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
22set -e
33
4- SOLORIGATE_ROOT=" $( dirname $0 ) "
4+ SOLORIGATE_ROOT=" $( readlink -f " $( dirname $0 ) " ) "
55WORKSPACE_ROOT=" $SOLORIGATE_ROOT /../../../.."
66GRPS=" solorigate,-test"
77
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -e
33
4- AUTOMODEL_ROOT=" $( dirname $0 ) "
4+ AUTOMODEL_ROOT=" $( readlink -f " $( dirname $0 ) " ) "
55WORKSPACE_ROOT=" $AUTOMODEL_ROOT /../../../.."
66GRPS=" automodel,-test"
77
Original file line number Diff line number Diff line change 1- Telemetry/ AutomodelApplicationModeExtractCandidates.ql
1+ AutomodelApplicationModeExtractCandidates.ql
Original file line number Diff line number Diff line change 1- Telemetry/ AutomodelApplicationModeExtractNegativeExamples.ql
1+ AutomodelApplicationModeExtractNegativeExamples.ql
Original file line number Diff line number Diff line change 1- Telemetry/ AutomodelApplicationModeExtractPositiveExamples.ql
1+ AutomodelApplicationModeExtractPositiveExamples.ql
Original file line number Diff line number Diff line change 1- Telemetry/ AutomodelFrameworkModeExtractCandidates.ql
1+ AutomodelFrameworkModeExtractCandidates.ql
Original file line number Diff line number Diff line change 1- Telemetry/ AutomodelFrameworkModeExtractNegativeExamples.ql
1+ AutomodelFrameworkModeExtractNegativeExamples.ql
Original file line number Diff line number Diff line change 1- Telemetry/ AutomodelFrameworkModeExtractPositiveExamples.ql
1+ AutomodelFrameworkModeExtractPositiveExamples.ql
You can’t perform that action at this time.
0 commit comments